@charset "utf-8";
/*** 
 .ispc //PC专用
 .ismobile //移动专用
***/
/*初始化样式表*/
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0;}
body{font:0.75em/1.5 Arial, Verdana, "Microsoft Yahei","微软雅黑","宋体",Helvetica,sans-serif; -webkit-text-size-adjust:100% !important; text-size-adjust: 100% !important;}
h1,h2,h3,h4,h5,h6{ font-weight:400;}
a{ color:#333; text-decoration:none;}
a:hover{text-decoration:none;}
ins{text-decoration: none;}
li{list-style:none;}
img{border:0;vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0;}
p{word-wrap:break-word}

/* https://www.fjcoop.org.cn/news/zsdt/7441.html 兼容这种文章*/
.default-article-content *{
	max-width: 100%!important;
    box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
    word-wrap: break-word!important;
}

/*icon 字体样式*/
@font-face {
  font-family: 'iconfont';  /* Project id 43068 */
  src: url('//at.alicdn.com/t/c/font_43068_lp82irykdy.woff2?t=1677572906105') format('woff2'),
       url('//at.alicdn.com/t/c/font_43068_lp82irykdy.woff?t=1677572906105') format('woff'),
       url('//at.alicdn.com/t/c/font_43068_lp82irykdy.ttf?t=1677572906105') format('truetype');
}
.tdy-icon,
.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  color:#a5a5a5;
}
/*避免延时加载时候幻灯片图片盒子被撑高*/
.ismobile .default-slider-2 img[src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB/AAffA0nNPuCLAAAAAElFTkSuQmCC']{
	max-height:20px;
}
/*用户api端下拉刷新*/
#api_body{
	position: absolute;
    background: #fff;
    top: 0;
    z-index: 1;
    width: 100%;
}
#api_top{
	position:fixed;
    width: 100%;
	height:180px;
    text-align: center;
    background: #fff;
    color: #000;
	left: 0;
    top: 0;
	font-size:12px;
    /* display: none; */
    /* z-index: -222; */
}
#api_top #api_top_1{
	line-height: 80px;
}
#api_top #api_top_2{
	position: absolute;
	bottom:10px;
	width:100%;
	color: #dedede;
}
#api_top.api_top_1041{
	background-color: #000;
	color: #fff;
}
/*文章内容样式初始化*/
.default-article-content{
	text-align: justify;
	font-size:16px;
	line-height: 2.3;
	color: #404040;
}
.default-article-content a{ color:blue;}
.default-article-content ul{ padding-left: 20px;}
.default-article-content li{ list-style-type: inherit;}
.default-article-content h1,
.default-article-content h2,
.default-article-content h3,
.default-article-content h4,
.default-article-content h5,
.default-article-content h6{
	margin-top:1em;
	margin-bottom:1em;
	font-weight:bold;
}
.default-article-content td{
	border:1px solid #333;
}
.default-article-content p{
	/*
	margin-top:1em;
	margin-bottom:1em;
	text-align: justify;
	font-size:16px;
	line-height: 2.3;
	color: #404040;
	*/
	
}
.default-article-content img{
	max-width:100%;
	height:auto !important;
}
.ispc .default-article-content video{
	max-width:100%;
	max-height: 500px;
}
.ismobile .default-article-content video{
	max-width:100%;
}
.default-article-content table{
	max-width:100%;
}
/*控制网页宽度*/
.wp{ width:1188px; margin:0 auto;}
.w960 .wp, .w960 .w1188{ width:960px;}
.ismobile .wp,
.ismobile .w960 .wp,
.ismobile .w960 .w1188{
	width:auto;
	padding-left: 10px;
    padding-right: 10px;
}
/*浮动设置*/
.l,.left{float:left !important;}
.r,.right{float:right !important;}

/*清除浮动*/
.cl{zoom:1;}
.cl:after{content:"."; display:block; height:0px; clear:both; visibility:hidden;}

/*单行文本*/
.s{white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: block;}

/*边距*/
.ispc .mr0{ margin-right:0 !important;}

/*快转化 可见*/
.block{ display:block;}
.none{ display:none;}

/*页面加载中*/
#global_showload{background:url("{F file="images/showload.gif?11"}"); position:fixed; z-index:1025; top: 50%; left:50%; width: 130px; height:130px; margin-left:-75px; margin-top:-75px;}
/*图片上传中状态*/
.imgloading{background:url({F file="images/load.gif?11"}); height: 100px; margin-top: -100px; position: relative;}
/*禁止编辑器上传本地视频*/
#videoTab #upload,#videoTab .tabhead span{ display:none;}
/*百度地图默认宽度*/
.ueditor_baidumap{ width:700px;}





/*分页按钮*/
.page{ font-size:14px; line-height:28px;}
.page a{display:block; float:left; padding:0 12px; border:1px solid #dedede; border-radius:3px; margin-right:8px; margin-top:8px;}
.page a.a,.page a:hover{background:#ccc; color:#fff;}
/*默认导航样式*/
.default-pc-nav-menu{}
.default-pc-nav-menu li{ position: relative;}
.default-pc-nav-menu > li li{ position: relative; width: 100%; white-space: nowrap;}
.default-pc-nav-menu ul{ display: none; position: absolute; z-index: 2;}
.default-pc-nav-menu > li > ul{ top: 100%; left: 0;}
.default-pc-nav-menu > li > ul > li > ul{ top: 0; left: 100%;}
.default-pc-nav-menu > li{ float: left;}
.default-pc-nav-menu li a em{ display: none; font-style:initial;}
.default-pc-nav-menu > li:hover > ul{display: block; background-color:#fff;}
.default-pc-nav-menu > li ul > li:hover > ul{ display: block;}
.nav-thumb{ display:none} /*默认隐藏所有的导航图标，免的影响之前的网站*/

/*翻页样式*/
.pagination{
	margin-top:10px;
	padding:0 !important;
	background:rgba(0,0,0,0) !important;
}
.pagination li{
	padding:0 !important;
	margin:0 !important;
	margin-right:8px !important;
	border-radius: 3px !important;
	float:left;
	border: 1px solid #dedede !important;
	width:auto !important;
	overflow:hidden;
	background:#fff;
}
.pagination li a,.pagination li span{
	display:block !important;
	padding: 0 12px !important;
	width:auto !important;
	height:auto !important;
	margin:auto !important;
	line-height: 28px !important;
	border:none !important;
	float:none !important;
	border-radius: 0 !important;
	background:#fff !important;
	color:#666 !important;
}
.pagination li.active span,.pagination li:hover a{
	background: #ccc !important;
    color: #fff !important; 
}
.ismobile .pagination li a,.ismobile .pagination li span{
	font-size: 12px !important;
    width: 26px !important;
    line-height: 26px !important;
    text-align: center;
    padding: 0 !important;
}
.ismobile .pagination li{
	margin-right: 5px !important;
	margin-bottom: 5px !important;
}



/*友情链接默认样式*/
.default-pc-links-text{}
.default-pc-links-text dt,.default-pc-links-text dd{ float: left;}

.default-pc-links-pic li{ float:left;}

/*默认版权样式*/
.default-copyright{
	width:70%;
	line-height: 2;
	color:#666;
	font-size:12px;
}
.default-copyright a {
	color: #FFD400;
	font-size:12px;
}
.default-copyright span{
	display: inline-block;
	white-space:nowrap;
	margin-right: 10px;
}
.default-copyright em{
	font-style:normal;
}
.default-copyright  .t-gonganicp img{
	line-height: 30px;
    display: inline-block;
    margin-top: -3px;
    margin-right: 2px;
}
/*默认发布文章按钮*/
.default-pc-button-publish{
	padding-left:21px;
	background: no-repeat url("{F file="images/publish.png?11"}");
	transition:opacity .3s;
}
.default-pc-button-publish:hover{
	opacity:0.5;
}
/*默认编辑文章 && 删除*/
.default-pc-button-edit a{
	margin-left:10px;
	font-size: 14px;
	color: #ccc;
}
.default-pc-button-edit a:hover{
	color:#000;
}

/*默认背景音乐*/
.default-bgmp3{
	display:block;
	position: fixed;
	bottom: 60px;
	left: 30px;
	z-index:999;
	width:200px;
	max-width:30%;
	
}
.default-bgmp3 audio{
	width:100%; 
	opacity:0.5;
}




.default-append{ display:none;}

/*幻灯片默认样式*/
.default-slider { 
	position: relative; 
	overflow: auto; 
}
.default-slider li { 
	list-style: none; 
}
.default-slider ul li {
	float: left;   
	width: 100%; 
	overflow: hidden;
}
.default-slider ul li img{
	position: relative;
	left: 50%;
	height: auto;
	/*margin-left:-960px;*/
}
.default-slider .dots{
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
.default-slider .dots li{ 
	display: inline-block;
  	cursor: pointer;
  	background-color: #fff;
  	margin: 5px;
  	width: 47px;
  	font-size:0;
  	height: 12px;
 }

 .default-slider .dots li.active{ background-color: #FFE401;}
 .default-slider .next,.default-slider .prev{
	position:absolute; 
	bottom:50%; 
	width:50px; height:100px; 
	margin-bottom:-50px; 
	opacity:0.7; 
	font: 50px/58px Simsun; 
	color:#fff; 
	line-height:100px; 
	text-align:center;
}
.default-slider .next:hover,.default-slider .prev:hover{
	background-color:#000;
}
.default-slider .next{ right:0;}
.default-slider .prev{ left:0;}

.default-pc-sidebar-dl dd a img,
.default-pc-sidebar-ul li a img{
	display:none;
}
.default-pc-sidebar-ul li a span{
	display:none;
}

.default-pc-sidebar-dl{ border:1px solid #dedede;}
.default-pc-sidebar-dl dt, .default-pc-sidebar-dl dd{ border-bottom:1px solid #dedede;}
.default-pc-sidebar-dl dt, .default-pc-sidebar-dl dd a{ display:block; line-height:48px; padding:0 28px;}
/*
.default-pc-contactcard li,.default-pc-contactcard dd{ background: no-repeat; background-position: 0 center; padding-left: 30px;}
.default-pc-contactcard .add{ background-image: url("url()");}
.default-pc-contactcard .tel{ background-image: url("url()");}
.default-pc-contactcard .email{ background-image: url("url()");}
.default-pc-contactcard .fax{ background-image: url("url()");}
*/

/*幻灯片样式*/
.default-slider-2{ position:relative;}
.default-slider-2 .default-slider-box{ position:relative; width:100%; overflow:hidden; }
.default-slider-2 .next, 
.default-slider-2 .prev{ position:absolute;}
.default-slider-2 .dots { 
	position:absolute; 
	width:100%;
	bottom:10px; 
	text-align:center;
}
.default-slider-2 .dots span{
	display: inline-block;
  	background-color: #fff;
  	margin: 5px;
  	width: 47px;
  	font-size: 0;
  	height: 12px;
	cursor:pointer;
}

.default-slider-2 > .dots > span.active{ background-color:red;}

.default-slider-box > ul > li{ position:relative; overflow:hidden;}
.default-slider-effect-fadeIn > .default-slider-box > ul{ position:relative;}
.default-slider-effect-fadeIn > .default-slider-box > ul > li{ position:absolute; top:0; left:0; display:none;}

/*单屏滚动模式*/
.default-slider-single > .default-slider-box > ul > li img{ position: relative; left:50%;}

.default-slider-direction-left > .default-slider-box > ul > li{ float:left;}
.default-slider-direction-left > .next, 
.default-slider-direction-left > .prev{
	cursor:pointer;
	top:50%; 
	margin-top:-45px; 
	opacity:.1;
	color:#fff;
	line-height:90px;
	font-size:60px;
	background-color:#000; 
}
.default-slider-direction-left > .next:hover, 
.default-slider-direction-left > .prev:hover{
	opacity:1;
}
.default-slider-direction-left > .next{ right:0;}
.default-slider-direction-left > .prev{ left:0;}
.default-slider-direction-left > .thumb{
	
	position: absolute;
	bottom: 10px;
	left:50%;
	padding:0 30px;
	overflow:hidden;
}

.default-slider-direction-left > .thumb  ul > li{ float:left;}
.default-slider-direction-left > .thumb  ul > li img{
	padding:5px;
	margin:5px;
	border:1px #ccc solid;
	background-color: #fff;
}

.default-slider-direction-left > .thumb > .next,
.default-slider-direction-left > .thumb > .prev{
	margin-top: -15px;
	width: 27px;
	width: 20px;
	height: 31px;
	font-size:0;
	background:url(/template/index/default/images/slider_thumb_buttom.png) no-repeat;
}
.default-slider-direction-left > .thumb > .next{
	right:0;
	background-position:-23px 0;
}
.default-slider-direction-left > .thumb > .prev{
	left:0;
	background-position: 0 0;
}
.default-slider-direction-left > .thumb > .next:hover,
.default-slider-direction-left > .thumb > .prev:hover{
	background-position-y:-32px;
}
.default-slider-direction-left > .thumb > .active{ background-color:#333;}
/*设为首页加入收藏*/
#SetHome,
#collection{
	cursor:pointer;
}
/*DIY 按钮*/
.ispc #diystart{
	display:block;
	position:fixed;
	top:0;
	right:50px;
	background-color:#F90;
	color:#fff;
	z-index:99;
	text-align:center;
	padding:5px 10px;
	border-radius:0 0 10px 10px;
	transition:background .5s;
}
.ispc #diystart:hover{
	background-color: #BA3315;
}
/*文章内容页视频默认高度*/
.default-article-content object{
	min-height:500px;
}
/*手机网站底部追加*/
.default-mobile-copyright2{
	text-align:center;
	background-color:#000;
	color:#505050;
	padding-top:20px;
	padding-bottom:30px;
	font-size:12px;
	margin-top:30px;
}
.default-mobile-copyright2 a{
	color:#505050;
}

/*文章评论*/
#default-article-comments{
	margin-top:15px;
}
#default-article-comments .not-login{
	line-height: 100px;
	color: #333;
    background-color: #fff7f7;
    font-size: 16px;
    border: 1px dashed #f5cece;
    text-align: center;
}
#default-article-comments .not-login a{
	color: #36cc42;
    font-weight: bold;
    margin: 0 2px;
}
#default-article-comments .publish .textarea{
	padding:20px;
	background:#f6f6f6;
}

#default-article-comments .publish textarea{
	width: 98%;
    height: 40px;
    padding: 1%;
    border: #dedede 1px solid;
}
#default-article-comments .publish .textarea span {
    display: block;
    width: 35px;
    height: 35px;
	float:right;
	margin:5px;
	cursor:pointer;
	background:url(images/yy18.png) no-repeat;
}
#default-article-comments .publish input[type="submit"]{
	width: 100px;
    height: 35px;
    border: none;
    line-height: 35px;
    text-align: center;
    float: right;
    border-radius: 3px;
    background: #1b75b5;
    color: #fff;
	margin-top:5px;
}

#default-article-comments .best h3 {
    font-size: 16px;
    color: #478fc3;
	line-height:40px;
}
#default-article-comments .best h3 span {
    font-size: 12px;
    color: #999;
    margin-left: 10px;
}
#default-article-comments .best h3 em{
	display:block;
	font-style:normal;
	float:right;
	color:#999;
	font-size:12px;
}
#default-article-comments .list{
	margin-top:20px;
}
#default-article-comments .list h2{
	font-size: 14px;
    font-weight: bold;
}

#default-article-comments .item{
	padding:20px 20px;
	background:#f6f6f6;
	border:1px solid #eee;
	margin-top:10px;
}

#default-article-comments .item p {
    font-size: 13px;
    line-height: 1.8;
	text-align: justify;
}


#default-article-comments .item .title{
	line-height:36px;
	margin-bottom:10px;
}
#default-article-comments .item .title img{
	width:30px;
	margin-top:3px;
	height:auto;
	border-radius:50%;
	float:left;
}
#default-article-comments .item .title h5 {
    float: left;
    margin-left: 10px;
    color: #1b75b5;
}
#default-article-comments .item .title p {
    float: left;
    font-size: 12px;
	margin:0;
    margin-left: 10px;
    line-height: 36px;
    color: #999;
}
#default-article-comments .item .title span{
	display:block;
	float:left;
	margin-left:20px;
	width:50%;
	height:36px;
	background:url(images/yy19.png) no-repeat center left;
}

#default-article-comments .item .like{
	margin-top:20px;
}
#default-article-comments .item .like span{
	float:right;
	border:1px solid #ddd;
	border-radius:15px;
	padding:0 7px;
}
#default-article-comments .item .like span a{
	display:block;
	float:left;
	line-height:28px;
	padding:0 10px;
	color: #1b75b5;
	font-style:normal;
	border-right: 1px solid #ddd;
	margin-right:7px;
}

#default-article-comments .item .like span a em{
	font-style: inherit;
	font-size: 12px;
    margin-left: 3px;
}
#default-article-comments .item .like span a.sure i{
	color: #1b75b5;
}
#default-article-comments .item .like span a.deny{
	border-right: none;
	color:#999;
	margin-right:0;
}

#default-article-comments .item .action{
	display:none;
}

#default-article-comments .item .action i{
	margin-right:4px;
}

#default-article-comments .item:hover .action{
	display:block;
	font-size:12px;
}

#default-article-comments .item:hover .action a{
	margin-left:10px;
}


.default-islike{
	color: #1b75b5;
}
.default-islike i{
	color: #1b75b5;
}



/*DIY相关*/
.ispc .diystart{
    display: block;
    position: fixed;
    top: 0;
    right: 50px;
    background-color: #F90;
    color: #fff;
    z-index: 3;
    text-align: center;
    padding: 5px 10px;
    border-radius: 0 0 10px 10px;
    transition: background .5s;
}

#diy_tips_box{ position:relative; height:42px;}
#diy_tips{line-height:28px; text-align:center; padding:7px 0; background:#fff; border-bottom:1px dashed #F93; position:fixed; top:0; left:0; width:100%; z-index:1680;}
#diy_tips a{margin-left:12px; color:#1068df;}
#diy_tips a:hover{text-decoration:underline;}

.diy{ position:relative; margin-bottom:1px;}
.diy a{ position:relative; z-index:1;}
.diy-edit-bg {
	background-color: #000;
	opacity: .5;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.diy-edit-but {
	background-color: red;
	display: block;
	padding: 5px;
	position: absolute !important;
	right: 3px;
	top:3px;
	z-index: 1024;
	width: auto;
	height: auto;
}

.diy-edit-but a *,
.diy-edit-but a{color:#fff;}




/*聊天框样式*/
#tdy-chat-box{
	position:fixed;
	right:0;
	bottom:-4px;
	z-index:9999;
}

.tdy-chat-btn{
	width:195px;
	height:42px;
	line-height:42px;
	position:fixed;
	right:0;
	bottom:0;
	background: #e4e5e9;
	opacity: 0.95;
	border-radius: 2px 0px 0px 2px;
}
.tdy-chat-btn .layui-badge{
	position: absolute;
    top: -8px;
    left: 100px;
}
/*限制云视频最大宽度不超过容器*/
.prism-player{
	max-width:100%;
}
/*TP 内部分页样式*/
.pagination{zoom:1;}
.pagination:after{content:"."; display:block; height:0px; clear:both; visibility:hidden;}

/*表单提交报错样式*/
.tdy-form-error{
	border:1px solid red !important;
}
/*加入购物车*/
.tdy-mall-cart-num{
	display: inline-block;
}


@keyframes mymove
{
	0%{
		transform: scale(1);  /*开始为原始大小*/
		opacity: 1;
	}
	10%{
		transform: scale(3);
		opacity: 1;
	}
	20%{
		transform: scale(1);
		opacity: 1;
	}
	30%{
		transform: scale(6);  /*开始为原始大小*/
		opacity: 1;
	}
	40%{
		transform: scale(1);
		opacity: 1;
	}
	99.9%{
		transform: scale(20);
		opacity: 0;
	}
	100%{
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
	0%{
		transform: scale(1);  /*开始为原始大小*/
		opacity: 1;
	}
	10%{
		transform: scale(3);
		opacity: 1;
	}
	20%{
		transform: scale(1);
		opacity: 1;
	}
	30%{
		transform: scale(6);  /*开始为原始大小*/
		opacity: 1;
	}
	40%{
		transform: scale(1);
		opacity: 1;
	}
	99.9%{
		transform: scale(20);
		opacity: 0;
	}
	100%{
		transform: scale(1);
		opacity: 1;
	}
}
.tdy-add-mall-cart-num{
	animation:mymove 1s;
	/* transform: scale(100);
	-webkit-transform: scale(100); */
}
/*** 没有数据公共样式***/
.tdy-no-data{
	width: 100%;
    line-height: 400px;
    text-align: center;
    background: #fbf7ea;
    font-size: 16px;
}
/*** 网站公告样式 ***/
.tdy-notice .layui-layer-title{
    text-align: center;
}
.tdy-notice .layui-layer-content{
      padding: 10px;
}
/*** 文章内容没有阅读权限 ***/
.tdy-article-noauth{
	text-align: center;
    line-height: 300px;
    background-color: #fff7f7;
    margin: 10px 0;
    color: #333;
    font-size: 16px;
    border: 1px dashed #f5cece;
}
.tdy-article-noauth a{
	color: #36cc42;
    font-weight: bold;
    margin: 0 2px;
}
/*** DIY 延时加载提示***/
.tdy-diy-lazy{
	float: left;
    width: 100%;
    text-align: center;
	color: #999;
	padding: 10px 0;
}
/*** 门户列表页 ***/
.tdy-potrtal-list{
	overflow-y:hidden;;
}
/*** 门户列表页筛选 ***/
.tdy-screening-select-item h4,
.tdy-screening-list h4{
	float:left;
	font-weight: bold;
    text-align: right;
	margin-right:10px;
	max-width:56px;
	padding:2px;
}
.tdy-screening-list{
	font-size:14px;
	margin-bottom: 10px;
}
.tdy-screening-list a{
	padding:2px 8px;
	display:block;
}
.tdy-screening-list a.a{
	position:relative;
    background: #dedede;
    border-radius: 5px;
}
.tdy-screening-select-item-show a,
.tdy-screening-list a.a span{
	display: block;
    position: absolute;
    right: -10px;
    top: -10px;
    background: #f2acac;
    color: #fff;
    border-radius: 50%;
    width: 12px;
    font-size: 12px;
    text-align: center;
    height: 12px;
    line-height: 12px;
    padding: 4px;
    transform: scale(.6);
	-ms-transform: scale(.6);
	-moz-transform: scale(.6);
	-webkit-transform: scale(.6);
	-o-transform: scale(.6);
}
.tdy-screening-list-item{
	padding: 5px 0;
}
.tdy-screening-list ul{
	float:left;
	width:calc(100% - 80px);
}
.tdy-screening-list li{
	float:left;
}
.tdy-screening-select{
	margin-bottom: 10px;
	
}
.tdy-screening-select-item{
	float:left;
	float: left;
    margin-right: 20px;
	width:auto;
}
.tdy-screening-select-item a{
	padding: 3px;
}
.tdy-screening-select-item h4{
	line-height: 28px;
    font-size: 14px;
}


.tdy-screening-select-item-value{
	float:left;
	background: #fff;
}
.tdy-screening-select-item-show{
	border:1px solid #ccc;
	padding:3px 10px;
	position:relative;
}
.tdy-screening-select-item-show.a{
	border-bottom: 1px solid #fff;
	z-index: 3;
}

.ismobile .tdy-screening-select-item h4{
	display:none;
}
.ismobile .tdy-screening-select-item-show{
    padding: 0px 5px;
	font-size: 12px;
	border:0;
}
.ismobile .tdy-screening-select-item{
    margin-right: 10px;
}
/*
.tdy-screening-select-item-value:hover .tdy-screening-select-item-show{
	position:relative;
	z-index:2;
	border-bottom: 1px solid #fff;
}
*/

.tdy-screening-select-item-sub{
	border:1px solid #ccc;
	position:absolute;
	min-width:100px;
	max-width:800px;
	max-height:200px;
	padding: 10px 10px 50px 10px;
	font-size: 14px;
	margin-top:-1px;
	background: #fff;
	line-height:26px;
	display:none;
	overflow-y:auto;
}
.ismobile .tdy-screening-select-item-sub{
	    box-shadow: #ccc 1px 9px 5px;
		border: 0;
}
/*
.tdy-screening-select-item-value:hover .tdy-screening-select-item-sub{
	display:block;
}
*/
.tdy-screening-select-sub1{
	border-bottom: 1px #ccc dotted;
    padding: 5px 0;
}
.tdy-screening-select-sub1 h5{
	float:left;
	font-weight:bold;
}
.tdy-screening-select-sub1 ul{}
.tdy-screening-select-sub1 ul li{
	float:left;
	margin-right: 10px;
	position: relative;
}
.tdy-screening-select-sub1 ul li h6{
	border:1px solid #fff;
}
.tdy-screening-select-sub1 ul li:hover h6.tdy-screening-ischildren{
	border:1px solid #ccc;;
	border-bottom: 1px solid #fff;
	position:relative;
	z-index:2;
}
.tdy-screening-select-sub3{
	position:absolute;
	z-index:1;
	background: #fff;
    border: 1px #ccc solid;
	margin-top: -1px;
	padding: 10px;
	min-width: 80px;
    max-width: 400px;
	display: none;
}
.tdy-screening-select-sub3 a{
	margin-right:5px;
}
.tdy-screening-select-sub1 ul li:hover .tdy-screening-select-sub3{
	display:block;
}
.tdy-screening-select-sub3 a{
	float:left;
}
/***2级筛选项***/
.screening .tdy-screening-list .tdy-screening-list-sub1{
	margin-left: 56px;
	background: #f5f5f5;
	margin-top: 10px;
	padding: 10px;
}
.screening .tdy-screening-list .tdy-screening-list-sub2{
	margin-left: 56px;
	background: #dcdcdc;
	padding: 10px;
}
.screening .tdy-screening-list .tdy-screening-list-sub1 a{
	font-size:12px;
}
.screening .tdy-screening-list .tdy-screening-list-sub1 li:hover a{
	color: #000;
}
.screening .tdy-screening-list .tdy-screening-list-sub1 a.a{
	background: #dedede;
	color: #000;
}
.screening .tdy-screening-list .tdy-screening-list-sub1 a.a span{
	background: #a9a9a9;
}
/***暂无数据***/
.tdy-nodata{
	background:#fff;
	text-align:center;
	padding:100px;
	font-size:20px;
	color:#a5a5a5;
}
.tdy-nodata .iconfont{
	font-size:100px;
}
/***商城页面默认背景颜色***/
.module-mall{
	background-color:#f5f5f5;
}
/*** 公共点赞 ***/
.tdy-likes .iconfont{
	cursor:pointer;
}
.tdy-likes .iconfont.a{
	color:red;
}
/*** 前往APP ***/
.toappbnt{
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 20px;
	width: 110px;
	font-size: 12px;
	position: fixed;
	bottom: 65px;
	left: 50%;
	margin-left: -55px;
	height: 25px;
	line-height: 25px;
}
.toappbnt img{
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 4px;
}
.toappbnt ins{
	margin-left:29px;
	text-decoration: inherit;
}
.toappbnt .iconfont{
	color:#fff;
}
/**m 文章底部版权**/
.pu-m-copyright{
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 95px;
	margin-top: 30px;
}
.pu-m-copyright .pu-m-copy{
    margin: 5px 0;
}
.pu-m-copyright img{
    width: 50px;
    border-radius: 50%;
    opacity: 0.2;
}
.pu-m-copyright .m-support a,
.pu-m-copyright .m-support{
	font-size:12px;
	color: #ccc;
}
.tdy-portal-view-exif{
	background-color: #00000080;
	color: #ffffff;
	position: absolute;
	padding: 10px;
	white-space: pre;
	transform: translate(0,-100%);
}
.tdy-portal-view-exif .but{
	display: block;
}
.tdy-portal-view-exif .content{
	display: none;
}
/*表单验证码*/
.tdy-form-verification-pop{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #00000083;
	display: flex
}
.tdy-form-verification-pop-box{
	background: #ffffff;
	margin: auto;
	padding: 20px;
	width: 300px;
	position: relative;
}
.tdy-form-verification-pop-close{
	position: absolute;
    top: 4px;
    right: 7px;
	cursor: pointer;
}
.tdy-form-verification-pop-title{
	font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}
.tdy-form-verification-pop-content{
	text-align: center;
	position: relative;
}
.tdy-form-verification-pop-content-img{
	height: 36px;
    position: absolute;
    right: 1px;
    top: 1px;
}
.tdy-form-verification-pop-content-img img{
	height: 100%;
}
.tdy-form-verification-pop-content button{
	margin-top: 10px;
}
/*文章内容页点击图片弹出*/
#article-swiper{
	background: #000;
}
#article-swiper .swiper-zoom-container{
	background: #000;
 }
#article-swiper .swiper-container {
	width: 100%;
	height: 100%;
}
#article-swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#article-swiper{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}
#article-swiper #logout{
	position: absolute;
	left: 50%;
	bottom: 40px;
	z-index: 100;
	transform: translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	width: 72px;
	height: 32px;
	background: #007aff;
	color: #fafafa;
	display: flex;
	align-items: center;
	justify-content: center;
}
.back000{
	background-color:#000;
}
.article-swiperbox{
	position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
/*** 文章中微信视频号 ***/
.channels_iframe_wrp{
	margin: auto;
    max-width: 800px !important;
	position: relative;
	display: flex;
    justify-content: center;
}
.channels_iframe_wrp_a{
	position: absolute;
    left: 50%;
    top: 50%;
    color: #fff !important;
    background: #00000070;
    border: 1px #fff solid;
    line-height: 1;
    border-radius: 50%;
    padding: 16px;
    margin-left: -25px !important;
    margin-top: -25px !important;
}
.channels_iframe_wrp_a::after{
	display: none;
}
.default-article-content img[src="/template/static/images/tdyloading.gif"] {
    width: 100%;
	min-height: 100px;
}
.default-article-content{
	min-height: 500px;
}
/*IE兼容*/
.default-slider .dots li{
	*display: inline;
}
.default-slider-2 .dots span{ *display: inline } 
.default-slider-2 > .dots > span{ *display:inline;}
.module-index-form-index .bodybox{
	padding-top: 70px;
}
.wp{
	width:1400px;
}
.w960 .wp, .w960 .w1188{
	width:1200px;
}
.tdy-potrtal-list-content01 li a .d01 .p01{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.header {
    height: 83px;
    background: #fff;
    padding: 5px 0;
}
.logo img {
    width: auto;
    max-height: 83px;
}
.logo a {
    display: block;
}
.search {
    text-align: center;
}
.search .formshow {
    background: #fff;
    z-index: 1;
    padding:10px 0;
	width:240px;
    right: 0;
}
.search .formshow .keyword {
    width: 150px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #1a51bb;
    padding-left: 20px;
	display: inline-block;
	display:*inline;
	vertical-align:middle;
}
.search .formshow .submit{
	display: inline-block;
	display:*inline;
	vertical-align:middle;
	width:50px;
	height:35px;
	border:none;
	background:#1a51bb url(/template/index/public/54/54-0035/images/sousuo.png) no-repeat center center;
	background-size:20px;
	margin-left:-4px;
	cursor:pointer;
}
.head-r {
    float: right;
}
.topnav {
    float: left;
    width: 100%;
    text-align: right;
    padding: 5px 0;
}
#SetHome,
,#collection{
    cursor:pointer;  
}
.topnav li{
	float:left;
}
.topnav .ul01 li:first-child a::after
,.topnav li:first-child a::after{
	display:none;
}
.topnav li a {
    display: block;
    font-size: 14px;
    padding-left: 15px;
    position: relative;
    margin-left: 15px;
}
.topnav li a:after{
	position:absolute;
	content:"";
	width:1px;
	height:13px;
	background:#eee;
	left:0;
	top:3px;
}
.head-r em {
    font-size: 20px;
    color: #999;
    -webkit-text-stroke-width: initial;
    display: block;
    font-style: normal;
	text-align:center;
	cursor:pointer;
}
.head-r .login {
    margin-top: 15px;
}
.head-r .login a {
    font-size: 14px;
	height: 23px;
    line-height: 23px;
    padding: 0 10px;
	display: inline-block;
	*display:inline;
}
.head-r .login a.layui-btn-sm{
	font-size:12px;
	background-color: #1a51bb;
}
.menu {
    text-align: left;
	background:#fff;
    border-top: 1px solid #eee;
}
.menu ul.nav-ul-1{
	display:flex;
	justify-content: space-between;
}
.menu li {
    float: none;
	margin:8px 0;
}
.menu li a {
    display: block;
    font-size: 16px;
    padding: 5px 25px;
	transition: all .3s;
	border-radius:3px;
}
.w960 .menu li a {
    padding: 5px 16px;
}
.menu li.a a
,.menu li:hover a{
	color:#1a51bb;
}
.menu li ul{
	background:#fff;
	padding:10px 0;
	text-align:left;
	height:auto !important;
	border-top:2px solid #1a51bb;
}
.menu li:hover ul{
	display:none;
}
.menu li ul li
,.w960 .menu li ul li{
	padding:0;
	margin:0;
}
.menu li ul li a{
	line-height:35px;
	color:#666 !important;
	padding:0 28px;
	font-size:15px;
	background:url(/template/index/public/54/54-0035/images/mainbg.png) no-repeat 15px center !important;
}
.w960 .menu li ul li a{
	padding:0 15px;
	background-position:4px center !important;
}
.menu li ul li:hover a{
	background-color:#f5f5f5 !important;
}
.banner li img{
	width:100%;
	height:auto;
}
.banner .dots {
    bottom: 30px;
    z-index: 2;
    position: absolute;
    text-align: center;
}
.banner .dots span {
    width: 10px;
    height: 10px;
	margin:5px 15px;
    border-radius: 50%;
	position:relative;
	background:#fff;
	opacity:1;
	margin:0 10px !important;
}
.banner .dots span.swiper-pagination-bullet-active::after{
	width:14px;
	height:14px;
	content:"";
	position:absolute;
	border:1px solid #fff;
	border-radius:50%;
	left:50%;
	margin-left:-8px;
	top:50%;
	margin-top:-8px;
}
.banner .dots span.swiper-pagination-bullet-active{
	background-color:#fff;
}

.part01{
	position:relative;
}
.line01{
	width:100%;
	height:1px;
	background:#eee;
	position:absolute;
	top:115px;
	left:0;
}
.part01-l {
    width: 19%;
    border-right: 1px solid #eee;
    padding-top: 60px;
    box-sizing: border-box;
}
.signin {
    margin-right: 25px;
}
.signin span {
    float: left;
    font-size: 15px;
    color: #1a51bb;
    display: block;
    line-height: 35px;
}
.signin p{
	float:right;
	padding-left: 30px;
    border-radius: 3px;
    line-height: 35px;
    font-size: 15px;
    color: #1a51bb;
	cursor:pointer;
	background:url(/template/index/public/54/54-0035/images/sign.png) no-repeat 10px center;
	background-size: 15px;
}
.w960 .signin p {
    padding-left: 24px;
    border-radius: 3px;
    font-size: 14px;
    background-size: 13px;
}
.w960 .signin span {
    font-size: 14px;
}
.signin span i{
	color: #1a51bb;
	margin-right:1px;
	color: #1a51bb;
}
.apply01 {
    width: 240px;
    padding-top: 25px;
    margin-top: 20px;
	text-align:center;
	position:relative;
}
.w960 .apply01
,.w960 .part01-l .ad01{
	width:202px;
}
.w960 .part01-l .ad01{
	padding:18px 0;
}
.apply01 img{
	width:100%;
	height:auto;
}
.w960 .apply01 div img{
	width:70px;
}
.apply01 div {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
	margin-top:15px;
    transform: translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-o-transform:translateY(-50%);
}
.apply01 div p {
    padding: 0 15px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin: 20px 0;
    letter-spacing: 1px;
}
.apply01 div img{
	width:98px;
	height:auto;
}
.apply01 div a {
    display: block;
    width: 110px;
    line-height: 30px;
    border: 2px solid #fff;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    transition: all .3s;
}
.apply01 div a:hover{
	background:#fff;
	color:#1a51bb;
}
.part01-l .ad01 {
    padding: 12px 0;
    width: 240px;
}
.part01-l .ad01 a{
	display:block;
	transition:all .3s;
	border:1px solid #eee;
}
.part01-l .ad01 a:hover{
	box-shadow:0 0 10px #dedede;
}
.part01-l .ad01 img{
	width:100%;
	height:auto;
}
.notice {
    width: 81%;
}
.tit01{
	position:relative;
}
.tit01 a {
    display: block;
    position: absolute;
    right: 40px;
    background: #eee;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    bottom: 20px;
    font-size: 18px;
    color: #777;
    opacity: .5;
    transition: all .3s;
}
.tit01 a:hover{
	opacity:1;
}
.tit01 h2 {
    font-size: 30px;
    color: #1a51bb;
    font-weight: bold;
    padding: 60px 0 20px 25px;
    line-height: 32px;
}
.tit01 h2 span {
    text-transform: uppercase;
    font-size: 18px;
    margin-left: 10px;
    font-weight: normal;
}
.notice01 li{
	box-sizing: border-box;
	border-right:1px solid #eee;
}
.notice01 li a {
    display: block;
    padding: 26px;
    background: #fff;
	padding-bottom:0;
}
.notice01 li a span{
	display:block;
}
.notice01 li a span img{
	width:100%;
	height:auto;
}
.notice01 li a div{
	padding:25px;
}
.notice01 li a div h3 {
    font-size: 18px;
    font-weight: bold;
	height:54px;
	margin-bottom:35px;
	transition: all .3s;
}
.w960 .notice01 li a div h3{
	margin-bottom:25px;
}
.notice01 li:hover a div h3{
	color: #1a51c9;
}
.notice01 li a div p ins {
    text-decoration: none;
    font-size: 16px;
    color: #999;
    display: block;
    line-height: 20px;
}
.notice01 li a div p ins{
	text-decoration:none;
}
.notice01 li a div p ins em {
    -webkit-text-stroke-width: inherit;
    font-size: 18px;
	margin-right:5px;
	transform: translateY(-2px);
	-ms-transform:translateY(-2px);
	-moz-transform:translateY(-2px);
	-webkit-transform:translateY(-2px);
	-o-transform:translateY(-2px);
}
.notice01 li a div p em.r{
	display:block;
	width:100px;
	height:20px;
	transition: all .3s;
	text-align:left;
	font-style:normal;
	font-size:14px;
	color:#fff;
	background:url(/template/index/public/54/54-0035/images/jiantou01.png) no-repeat center right;
}
.notice01 li:hover a div p em.r{
	color:#999;
	width:90px;
	transform: translateX(10px);
	-ms-transform:translateX(10px);
	-moz-transform:translateX(10px);
	-webkit-transform:translateX(10px);
	-o-transform:translateX(10px);
}
.notice .divright{
	display: flex;
}
.notice .prev
,.notice .next{
	width:35px;
	height:35px;
	background-color:#eee;
	line-height:35px;
	text-align:center;
	font-size:18px;
	margin-top:0;
	opacity:.5;
	color:#666;
	font-size: 14px;
	transition: all .3s;
}
.notice .prev:hover
,.notice .next:hover{
	opacity: 1;
}
.notice .prev{
	left:auto;
	right:80px;
}
.notice .next{
	right:0px;
}
.aboutbox{
	background:url(/template/index/public/54/54-0035/images/aboutbg.jpg) no-repeat center center;
	padding-top:50px;
	background-size: cover;
}
.about01 {
    width: 43%;
}
.tit02 strong {
    font-size: 180px;
    color: #fff;
    opacity: .1;
    line-height: 1;
}
.tit02 h2 {
    position: relative;
    z-index: 1;
    font-size: 55px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    margin-top: -107px;
    padding-left: 20px;
    border-left: 6px solid #fff;
}
.tit02 span {
    display: block;
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 3px;
}
.about02{
	margin-top:30px;
}
.about02 h3 {
    color: #fff;
    font-size: 20px;
	line-height: 1.2;
	padding-left:50px;
	position:relative;
	letter-spacing: 2px;
}
.about02 h3 span {
    display: block;
    font-size: 12px;
}
.about02 h3::after{
	position:absolute;
	content:"";
	width:40px;
	height:2px;
	background:#fff;
	top:19px;
	left:0;
}
.about02 div{
	margin-top:30px;
}
.about02 div p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
}
.about02 a {
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin-top: 30px;
	transition: all .3s;
}
.about02 a:hover
,.about02 a:hover em{
	background:#fff;
	color:#1a51bb;
}
.about02 a em {
    color: #fff;
    font-size: 15px;
	transition: all .3s;
}
.concept {
    width: 45%;
	margin-top:70px;
}
.concept h2 {
    color: #fff;
    font-size: 30px;
    letter-spacing: 2px;
}
.concept h2 span {
    display: block;
    font-size: 14px;
    letter-spacing: 7px;
    text-transform: uppercase;
}
.concept ul {
    margin-top:50px;
	background:url(/template/index/public/54/54-0035/images/line01.png) no-repeat center right;
}
.concept li {
    float: left;
    width: 25%;
    color: #fff;
	padding:50px 0;
	writing-mode: vertical-lr;
	background:url(/template/index/public/54/54-0035/images/line01.png) no-repeat center left;
}
.concept li h3 {
    font-size: 26px;
    letter-spacing: 10px;
    margin-left: 34%;
	width:40px;
	padding:7px 0;
	margin-right:6px;
	background:url(/template/index/public/54/54-0035/images/yuan01.png) no-repeat center top;
}
.concept li.c02 h3 {
    background-position: center 36px;
}
.concept li.c03 h3 {
    background-position: center 72px;
}
.concept li.c04 h3{
	background-position: center 108px;
}
.concept li p {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
	padding:7px 0;
}
.service {
	margin-top:70px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.service h2 {
    font-size: 23px;
	font-weight:bold;
    color: #fff;
	text-align:center;
	width:20%;
	float:left;
	padding:27px 0;
	border-right:1px solid rgba(255, 255, 255, 0.1);
	box-sizing:border-box;
	line-height:1.3;
	background:rgba(255, 255, 255, 0.1);
}
.service h2 span {
    display: block;
    text-transform: uppercase;
    font-size:14px;
	margin-top:10px;
	font-weight:normal;
}
.service01{
    float: right;
    width: 80%;
}
.service li{
	float:left;
	width:280px;
	padding:25px 0;
	height:65px;
	text-align:center;
	background:url(/template/index/public/54/54-0035/images/line02.png) no-repeat right center;
}
.w960 .service li{
	width:240px;
}
.service li a{
	display:block;
}
.service li span{
	display:inline-block;
	*display:inline;
	width:60px;
	margin-right:20px;
	vertical-align:middle;
	transition:all .3s;
}
.ispc .service li:hover span{
	margin-right:10px;
}
.service li span img{
	width:100%;
	height:auto;
}
.service li h3 {
    color: #fff;
    font-size: 16px;
	vertical-align:middle;
    display: inline-block;
    width: 40%;
	*display:inline;
    text-align: left;
}
.service01 .prev
,.service01 .next{
	display: block;
	position: absolute;
	width:30px;
	height:30px;
	border-radius:50%;
	background-color:#fff;
	line-height:30px;
	text-align:center;
	font-size:16px;
	color: #1a51bb;
	margin-top:-15px;
	left:0;
	top: 50%;
	z-index: 1;
	text-align:center;
	opacity:.8;
	transition: all .3s;
}
.service01 .prev:hover
,.service01 .next:hover{
	opacity: 1;
}
.service01 .next{
	left:auto;
	right:0;
}
.indexnews{
	padding:70px 0;
	background:#fafafa;
}
.news-l{
	float:left;
	width:74%;
}
.news-l li{
	float:left;
	width:32%;
	margin-right:2%;
}
.news-l li a {
    display: block;
    padding: 10px;
	background: #fff;
    border: 1px solid #eee;
}
.news-l li a span{
	display:block;
}
.news-l li a img{
	width:100%;
	height:auto;
}
.news-l li div{
	padding:10px;
}
.news-l li div h3 {
    font-size: 16px;
    margin-top:15px;
}
.news-l li:hover a{
	color:#333;
}
.news-l li div ins {
    display: block;
    font-size: 14px;
    color: #999;
    padding-top: 15px;
    border-top: 1px dotted #eee;
}
.news-l li div ins i{
	margin-right:3px;
}
.news-l li div p {
    font-size: 14px;
    color: #999;
    height: 48px;
    overflow: hidden;
    line-height: 24px;
    margin: 20px 0;
}
.news-l li div em
,.media-l li div p{
	display: block;
    width: 60px;
    height: 20px;
    transition: all .3s;
    text-align: left;
    font-style: normal;
    font-size: 14px;
    color: #fff;
	float:right;
    background: url(/template/index/public/54/54-0035/images/jiantou03.png) no-repeat center right;
}
.media-l ul{
	padding-right:10px;
}
.news-l li:hover div em
,.media-l li:hover div p{
	color:#999;
	width:50px;
	transform: translateX(7px);
	-ms-transform:translateX(7px);
	-moz-transform:translateX(7px);
	-webkit-transform:translateX(7px);
	-o-transform:translateX(7px);
}
.media-r {
    width: 25%;
    padding: 70px 0;
    border-left: 1px solid #eee;
    box-sizing: border-box;
}
.media-r .tit03
,.media-r ul{
	padding-left:25px;
}
.media-r li{
}
.media-r li a{
	display:block;
	padding-bottom:10px;
	margin-bottom:10px;
	transition: all .3s;
	border-bottom:1px dotted #eee;
}
.media-l li:hover a {
    background: #fafafa;
}
.media-r li span{
	display:block;
	float:left;
	width:85px;
}
.media-r li img{
	width:100%;
	height:auto;
	border-radius:6px;
}
.media-r li div{
	float:right;
	width:calc(100% - 100px);
}
.media-r li div h3 {
    font-size: 15px;
    color: #333;
    margin-bottom: 10px;
    margin-top: 5px;
	transition:all .3s;
	height:44px;
	overflow:hidden;
}
.media-r li div p {
    width: 45px;
    line-height: 17px;
    border: 1px solid #eee;
    text-align: center;
    color: #aaa;
    border-radius: 3px;
    font-size: 12px;
    transition: all .3s;
}
.media-r li:hover div h3 {
	color:#1a51bb;
}
.media-r li:hover div p {
	border-color:#1a51bb;
	color:#1a51bb;
}
.news-r{
	width:24%;
}
.news-r ul{
	padding:10px;
	background: #fff;
	border:1px solid #eee;
}
.news-r li a {
    display: block;
    padding:11px 0;
    border-bottom: 1px dotted#eee;
}
.news-r li.n01 a{
	display: block;
	padding:0;	
	margin-bottom:11px;
	border-bottom: none;
}
.news-r li span{
	display: block;
	position:relative;
}
.news-r li span h3{
	position:absolute;
	width:96%;
	padding:0 2%;
	line-height:30px;
	text-align:center;
	color:#fff;
	font-size:14px;
	background:rgba(0, 0, 0, 0.5);
	bottom:0;
	left:0;
}
.news-r li span img{
	width:100%;
	height:auto;
}
.news-r li div {
    padding: 0 10px;
}
.news-r li h3 {
    font-size: 14px;
    color: #333;
	padding-left:18px;
	position:relative;
	transition:all .3s;
}
.news-r li:hover div h3{
	color:#1a51bb;
	transform: translateX(7px);
	-ms-transform:translateX(7px);
	-moz-transform:translateX(7px);
	-webkit-transform:translateX(7px);
	-o-transform:translateX(7px);
}
.news-r li a div h3::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1a51bb;
    left: 3px;
    top: 7px;
}
.medianews .tit03{
	border-bottom:1px solid #eee;
	margin-bottom:25px;
}
.media-l{
	width:75%;
	padding:70px 0;
}
.media-l .tit03 a{
	padding-right:25px;
}
.media-l li{
	float:left;
	width:48.5%;
	margin-right:3%;
	margin-bottom:3%;
}
.media-l li a{
	display: block;
}
.media-l li span{
	display: block;
	float:left;
	width:200px;
}
.media-l li img{
	width:100%;
	height:auto;
}
.media-l li div{
	float:right;
	width:calc(100% - 230px);
}
.media-l li div h3 {
    font-size: 15px;
    margin: 10px 0;
}
.media-l li div p {
    float:none;
	overflow:hidden;
	text-indent:-50px;
    background-position: left center;
}
.media-l li:hover div p{
	width:50px;
	text-indent:0;
	background-position: right center;
}
.media-l li div em {
    font-style: normal;
    font-size: 14px;
    color: #999;
	margin-top: 10px;
    display: block;
}
.media-l li div em i{
	margin-right:5px;
}









.newsbox
,.newsbox .wp{
	position:relative;
}
.newsbox .wp{
	 background: #fafafa;
}
.line02{
	position:absolute;
	width:100%;
	height:1px;
	background:#eee;
	top:140px;
	left:0;
	z-index:1;
}
.line03
,.line04{
	position:absolute;
	height:100%;
	width:1px;
	background:#eee;
	top:0;
	left:79%;
}
.line04{
	left:0;
}
.activity{
	width:79%;
	background:#fff;
}
.tit03 {
    padding-bottom:15px;
}
.tit03 strong {
    display: block;
    line-height: 1;
    font-size: 115px;
    color: #f5f5f5;
}
.tit03 h2 {
    font-size: 23px;
    color: #1a51bb;
    font-weight: bold;
    line-height: 1;
    padding-left: 10px;
    border-left: 5px solid #1a51bb;
}
.tit03 h2 span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    margin-left: 5px;
}
.tit03 a {
    display: block;
    font-size: 14px;
    color: #1a51bb;
	margin-top:6px;
}
.tit03 a em {
    color: #1a51bb;
    font-size: 12px;
    transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	-o-transform: translateY(-2px);
    display: inline-block;
	*display:inline;
}
.activity01{
	box-sizing:border-box;
	background:url(/template/index/public/54/54-0035/images/huoche.png) no-repeat left bottom;
}
.activity01 li.a02 {
    width: 32%;
    float: right;
    padding: 6%;
    border-bottom: 1px solid #eee;
}
.activity01 li.a01 {
    float: left;
    width: 56%;
    padding: 6%;
	padding-bottom:147px;
    box-sizing: border-box;
    border-right: 1px solid #eee;
}
.activity01 li a{
	display:block;
}
.activity01 li a span{
	display:block;
	background:#000;
}
.activity01 li a span img{
	width:100%;
	height:auto;
	transition:all .3s;
	opacity:.7;
}
.activity01 li a span:hover img{
	opacity:1;
}
.activity01 li.a01 h3 {
    font-size: 20px;
    font-weight: bold;
    color:#333;
}
.activity01 li.a01 div {
    margin: 15px 0;
    font-size: 16px;
    color: #999;
}
.activity01 li.a01 div em {
    font-size: 20px;
    margin-right: 5px;
    -webkit-text-stroke-width: initial;
}
.activity01 li.a01 p {
    font-size: 15px;
    color: #999;
    margin: 25px 0;
    line-height: 1.6;
	height:50px;
	overflow:hidden;
}
.activity01 li.a01 ins {
    display: block;
    font-size: 15px;
    background: #1a51bb;
    width: 120px;
    line-height: 36px;
    text-align: center;
    color: #fff;
}
.activity01 li.a01 ins em {
    color: #fff;
    font-size: 13px;
    transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transition:all .3s;
    display: inline-block;
	*display:inline;
}
.activity01 li.a01 ins:hover em {
	margin-left:8px;
}
.activity01 li.a02 div {
    margin-top: 20px;
}
.activity01 li.a02 div h3 {
    font-size: 15px;
    float: left;
    width: calc(100% - 50px);
	line-height:1.6;
	transition: all .3s;
}
.activity01 li.a02:hover div h3 {
	color:#1a51bb;
}
.activity01 li.a02 div em{
	display:block;
	width:32px;
	height:32px;
	background:url(/template/index/public/54/54-0035/images/jiantou01.png) no-repeat center center;
	background-size:15px 5px;
	opacity:.5;
	border:1px solid #999;
	border-radius:50%;
	float:right;
	margin-top:5px;
	transition: all .3s;
}
.activity01 li.a02:hover div em{
	opacity:1;
}
.recommend {
    float: right;
    width:21%;
}
.recommend h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding-left: 10px;
    border-left: 4px solid #1a51bb;
    color: #1a51bb;
    margin: 100px 0 20px 30px;
}
.recommend h2 span {
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 5px;
    font-weight: normal;
}
.recommend ul {
    padding-top: 52px;
}
.recommend li {
	margin:0 15px;
}
.recommend li a {
    display: block;
    padding: 15px;
	transition:all .3s;
	border:1px solid #fafafa;
}
.recommend li:hover a {
	background:#fff;
	border:1px solid #eee;
}
.recommend li a span{
	display:block;
	background:#000;
}
.recommend li a span img{
	width:100%;
	height:auto;
	transition:all .3s;
}
.recommend li:hover a span img{
	opacity:.7;
}
.recommend li a h3 {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
	height:42px;
	overflow:hidden;
	transition:all .3s;
}
.recommend li:hover a h3 {
	color:#1a51bb;
}
.recommend .more01{
	text-align:center;
	margin-top:25px;
}
.recommend .more01 a{
    display: inline-block;
    padding-right:20px;
    font-size: 14px;
	background:url(/template/index/public/54/54-0035/images/jiantou01.png) no-repeat right center;
	background-size:11px 5px;
	opacity:.5;
	color:#333;
	transition:all .3s;
}
.recommend .more01 a:hover{
	opacity:1;
}
.teambox{
	padding:60px 0;
	position:relative;
	padding-bottom:120px;
	background:url(/template/index/public/54/54-0035/images/teambg.jpg) no-repeat center center;
	background-size: cover;
}
.swiper-container .swiper-wrapper{
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.line05{
	position: absolute;
    width: 100%;
    height: 1px;
    background:rgba(255, 255, 255, 0.1);
    top: 180px;
    left: 0;
    z-index: 1;
}
.tit04 h2 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
	letter-spacing:2px;
}
.tit04 h2 span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 10px;
	line-height:26px;
	margin:10px 0;
	background:url(/template/index/public/54/54-0035/images/titlebg.png) no-repeat center center;
}
.team{
	margin-top:40px !important;
}
.team01 {
    width: 26%;
}
.team01 a.a01 {
    display: block;
    background: #fff;
	text-align:center;
	padding:50px 0;
	padding-bottom:30px;
}
.team01 a span{
	display: block;
	position:relative;
	width:250px;
	margin:0 auto;
}
.team01 a span::after{
	position:absolute;
	content:"";
	width:270px;
	height:270px;
	left:-10px;
	top:-10px;
	border:1px solid #eee;
	transition:all .3s;
}
.team01 a:hover span::after{
	border-color:#1a51bb;
}
.team01 a span img{
	width:100%;
	height:auto;
}
.team01 a span em
,.team02 li a span em {
    display: block;
    font-style: normal;
    letter-spacing: 5px;
    writing-mode: vertical-lr;
    position: absolute;
    left: -20px;
    bottom: 0;
    color: #ddd;
    font-size: 12px;
	background:#fff;
	z-index:1;
	padding-top:5px;
}
.team01 a h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
	padding-top:20px;
	transition:all .3s;
}
.team01 a:hover h3{
	color:#1a51bb;
}
.team01 a div p{
	font-size:14px;
	line-height:1.9;
	color:#777;
}
.team01 a ins {
    display: block;
    width: 35px;
    height: 35px;
    border: 1px solid #999;
    border-radius: 50%;
    margin: 0 auto;
	margin-top:25px;
	opacity:.5;
	transition:all .3s;
	background:url(/template/index/public/54/54-0035/images/jiantou03.png) no-repeat center center;
}
.team01 a:hover ins {
	border: 1px solid #1a51bb;
	opacity:1;
	background:#1a51bb url(/template/index/public/54/54-0035/images/jiantou02.png) no-repeat center center;
}

.team02 {
    width: 74%;
	position:relative;
}
.ispc .team02 ul {
    height: 530px;
    overflow-y: scroll;
}
.team02 ul::-webkit-scrollbar {
	width:5px;
	background:rgba(255,255,255,0.1);
	border-radius: 5px;
}
.team02 ul::-webkit-scrollbar-thumb {
	width:5px;
	border-radius: 5px;
	background:rgba(255,255,255,0.2);
}
.scrollbox {
    width: 15px;
    height: 25px;
    border: 2px solid #fff;
    background-color: transparent;
    border-radius: 11px;
    z-index: 10;
    position: absolute;
    bottom: 20px;
    right: -30px;
}
.scrollbox em {
    display: block;
    background: #fff;
    width: 3px;
    height: 7px;
    margin: 0 auto;
    position: relative;
    -webkit-animation: scroll 1s infinite;
    -moz-animation: scroll 1s infinite;
    -o-animation: scroll 1s infinite;
    animation: scroll 1s infinite;
}
@-webkit-keyframes scroll {
  0%{ top: 5px; }
  50%{ top: 9px; }
  100%{ top: 5px; }
}
@-moz-keyframes scroll{
  0%{ top: 5px; }
  50%{ top: 9px; }
  100%{ top: 5px; }
}
@-o-keyframes scroll {
  0%{ top: 5px; }
  50%{ top: 9px; }
  100%{ top: 5px; }
}
@keyframes scroll {
  0%{ top: 5px; }
  50%{ top: 9px; }
  100%{ top: 5px; }
}
.team02 li {
	float:left;
	width:20%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	background:url(/template/index/public/54/54-0035/images/line01.png) no-repeat right center;
	background-size:auto 50%;
}
.team02 li:nth-child(5n){
	background: none;
}
.team02 li a {
    display: block;
    padding: 12px 20px;
	padding-top:25px;
	position:relative;
	transition:all .3s;
}
.team02 li:hover a{
	background:rgba(255, 255, 255, 0.1);
}
.team02 li a span{
	display: block;
	width:100px;
	margin:0 auto;
	position:relative;
	border-radius:15px;
	overflow:hidden;
	background:rgba(255, 255, 255, 0.34);
}
.team02 li a span img {
    width: 100%;
    height: auto;
   /*-- transform: translate(-6px ,-6px);
	-ms-transform:translate(-6px ,-6px);
	-moz-transform:translate(-6px ,-6px);
	-webkit-transform:translate(-6px ,-6px);
	-o-transform:translate(-6px ,-6px);--*/
	transition:all .3s;
}
.team02 li:hover a span img {
	transform: translate(0 ,0);
	-ms-transform:translate(0 ,0);
	-moz-transform:translate(0 ,0);
	-webkit-transform:translate(0 ,0);
	-o-transform:translate(0 ,0);
}
.team02 li a span em {
    left: -25px;
    color: rgba(255, 255, 255, 0.2);
    transform: scale(.8);
	-ms-transform: scale(.8);
	-moz-transform: scale(.8);
	-webkit-transform: scale(.8);
	-o-transform: scale(.8);
    bottom: -8px;
	padding:0;
	background:none;
	display:none;
}
.team02 li a div {
    text-align: center;
    margin-top: 15px;
}
.team02 li a h3 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.team02 li a h3 em {
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
    color: #aaa;
    margin-left: 3px;
}
.team02 li a p {
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    right:5%;
	opacity: .3;
	transform: scale(.5);
	-ms-transform: scale(.5);
	-moz-transform: scale(.5);
	-webkit-transform: scale(.5);
	-o-transform: scale(.5);
	transition:all .3s;
	background:url(/template/index/public/54/54-0035/images/jiantou02.png) no-repeat center center;
}
.w960 .team02 li a p{
	right:2%;
}
.team02 li:hover a p {
	opacity:1;
	transform: scale(.7);
	-ms-transform:scale(.7);
	-moz-transform: scale(.7);
	-webkit-transform: scale(.7);
	-o-transform: scale(.7);
}
.team02 .dots01{
	position: absolute;
	text-align:center;
	bottom:-50px;
	width:100%;
	opacity:.5;
}
.team02 .dots01 span{   
	display:inline-block;
	width:11px;
	height:11px;
	border:1px solid #fff;
	border-radius:50%;
	margin:0 10px;
	outline-style: none;
	background:none;
	opacity:1;
	*display:inline;
}
.team02 .dots01 span.swiper-pagination-bullet-active{
	background:#fff;
}
.morethan01 {
    display: block;
    width: 200px;
    text-align: center;
    color: #fff;
    line-height: 43px;
    border: 1px solid #fff;
    position: absolute;
    margin: 0 auto;
    margin-left: -100px;
    left: 32%;
    margin-top: 38px;
    font-size: 16px;
    letter-spacing: 2px;
	transition:all .3s;
}
.morethan01:hover{
	background:#fff;
	color:#2f5191;
}
.partner{
	padding:70px 0;
}
.partner h2{
	text-align:center;
	font-size:30px;
	font-weight:bold;
	color:#1a51bb;
	margin-bottom:50px;
	letter-spacing:2px;
}
.partner h2 span{
	display:block;
	font-size:16px;
	text-transform:uppercase;
	font-weight:normal;
}
.partner ul{
	text-align:center;
}
.partner li{
	width:9.6%;
	margin:0 0.2%;
	display:inline-block;
	*display:inline;
}
.partner li a {
    display: block;
    border: 1px solid #eee;
    margin: 5px;
	padding: 5px;
	background: #fff;
}
.partner li img{
	width:100%;
	height:auto;
}
.morethan02 {
    display: block;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
    border: 1px solid #1a51bb;
    line-height: 43px;
    font-size: 16px;
    color: #1a51bb;
	transition:all .3s;
}
.morethan02:hover{
	background:#1a51bb;
	color:#fff;
}
.footer{
	padding-top:50px;
	background:#333e4e;
}
.foot01 {
    width: 30%;
}
.foot01 .ftlogo{
	margin-bottom:30px;
}
.foot01 .ftlogo img{
	width:317px;
	height:auto;
}
.foot01 .ftcon p span{
	display:block;
	margin-left: 42px;
}
.foot01 .ftcon p {
    font-size: 14px;
    color: #818791;
	margin-top:10px;
	padding-left:25px;
	background:url(/template/index/public/54/54-0035/images/tel.png) no-repeat left 2px;
}
.foot01 .ftcon p a{
	color: #818791;
}
.foot01 .ftcon p.p02{
	background:url(/template/index/public/54/54-0035/images/addr.png) no-repeat left 2px;
	background-size:15px;
}
.ftnav {
    width: 45%;
    padding-left: 10%;
    margin-top: 30px;
}
.ftnav li{
	float:left;
	width:20%;
}
.ftnav li a {
    color: #818791;
    display: block;
    font-size: 16px;
}
.ftnav li ul{
	margin-top:15px;
}
.ftnav li li {
    float: none;
    width: 100%;
}
.ftnav li li a {
    font-size: 14px;
    line-height: 1.8;
	transition:all .3s;
}
.ftnav li li:hover a {
	color:#fff;
}
.focus{
	width:125px;
	margin-top: 30px;
}
.focus img{
	width:100%;
	height:auto;
}
.focus p{
	text-align:center;
	font-size:14px;
	color:#818791;
	margin-top:10px;
}
.copy {
    padding: 25px 0;
    border-top: 1px solid #3e4754;
    margin-top: 50px;
}
.copy .default-pc-copyright {
    width: 100%;
    text-align: center;
    color: #818791;
    font-size: 14px;
}
.copy .t-support{
	/*display:none !important;*/
}
.copy .default-pc-copyright a{
	color: #fff;
    font-size: 14px;
	transition:all .3s;
}
.copy .default-pc-copyright a:hover{
	text-decoration:underline;
}
.banbox{
	position:relative;
}
.banner01{
	position:relative;
	background: #1c489d;
}
.banner01 img{
	width:100%;
	height:auto;
	opacity:.9;
}
.banner01 .cattit{
	text-align:center;
	position:absolute;
	width:100%;
	top:50%;
	left:0;
	color:#fff;
	font-size: 35px;
    font-weight: bold;
    letter-spacing: 3px;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-o-transform:translateY(-50%);
}
.banner01 .cattit p {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
}
.noticebox{
	position:absolute;
	width:465px;
	left:13%;
	bottom:15px;
	background:#fff;
	border-radius:3px;
	z-index:10;
}
.w960 .noticebox{
	left:3%;
}
.noticebox h3 {
    font-size: 14px;
    font-weight: bold;
    float: left;
    padding: 10px 18px;
    background: #1a51bb;
    color: #fff;
    letter-spacing: 4px;
}
.noticebox h3 em{
	color:#fff;
	margin-right:5px;
	font-weight:normal;
}
.noticebox .notice09{
	width:300px;
	padding:0 5px;
	float:left;
	height:44px;
	line-height:44px;
}
.noticebox .notice09 li a{
	width:300px;
	display:block;
}
.noticebox .notice09 li:hover a{
	color:#008df2;
}
.noticebox .prev
,.noticebox .next{
	position: absolute;
	width:30px;
	height:22px;
	line-height:22px;
	margin-top:0;
	left:auto;
	right:30px;
	top:0;
	font-size:15px;
	background: #7f7f7f;
	text-align:center;
	color: #fff;
}
.noticebox .next{
	top:auto;
	bottom:0;
	background: #999;
}
.noticebox .more02 {
    display: block;
    float: right;
    width: 30px;
    line-height: 44px;
    background: #444;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.ispc .noticebox .more02:hover{
	background:#1a51bb;
}
.noticebox .notice ul li a{
	display:block;
	padding:10px 0;
	font-size:14px;
	color:#666;
}
.list-nav {
    background: #fff;
    padding: 15px 0;
}
.list-nav h3{
	float:left;
	padding:8px 10px;
	font-size:16px;
	color: #1a51bb;
}
.list-nav h3 em{
	color: #1a51bb;
	margin-right:5px;
}
.list-nav ul{
	float:left;
}
.list-nav li {
    float: left;
}
.list-nav li a {
    display: block;
    padding: 8px 0;
    font-size: 16px;
    color: #666;
	transition: all .3s;
	margin:0 25px;
	position:relative;
}
.list-nav li:hover a
,.list-nav li.a a{
	color: #1a51bb;
}
.list-nav li a::after{
	position:absolute;
	content:"";
	height:2px;
	bottom:-1px;
	width:100%;
	left:0;
	background:#fff;
}
.list-nav li:hover a::after
,.list-nav li.a a::after{
	background:#1a51bb;
}
.list-news{
	margin-top:130px;
}
.list-news .pub{
	text-align:right;
	transform: translateY(-50px);
	-ms-transform:translateY(-50px);
	-moz-transform:translateY(-50px);
	-webkit-transform:translateY(-50px);
	-o-transform:translateY(-50px);
}
.list-news li{
	float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
    margin-top: -100px;
    transition: all .3s;
}
.ispc .list-news li:hover{
	transform:translateY(-5px);
	-ms-transform:translateY(-5px);
	-moz-transform:translateY(-5px);
	-webkit-transform:translateY(-5px);
	-o-transform:translateY(-5px);
	box-shadow: 0 10px 20px #dedede;
}
.list-news li a{
	display:block;
}
.list-news li:hover a{
	color:#333;
}
.list-news li.mr0 {
    margin-top: 0px;
} 
.list-news li a span{
	display:block;
	background:#000;
}
.list-news li a img{
	width: 100%;
    height: auto;
    opacity: .8;
}
.list-news li a .d01{
	padding: 40px 50px;
    background: #fff;
}
.list-news li a .d01 h3{
	font-size: 20px;
}
.list-news li a .d01 p{
	font-size: 15px;
    color: #ccc;
    margin: 20px 0;
}
.list-news li a .d02{
	margin-top: 50px;
}
.list-news li a .d01 .d02 em.e01{
	display: block;
    font-style: normal;
    width: 140px;
    height: 42px;
    border: 2px solid #eee;
    border-radius: 30px;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    font-weight: bold;
    transition: all .3s;
}
.list-news li a .d01 .d02 em.e01:hover{
	background:#eee;
	color:#333;
}
.list-news li a .d02 ins{
	display: block;
    text-decoration: none;
    color: #ccc;
    font-size: 15px;
    margin-top: 10px;
	float:right;
}
.list-news li a .d02 ins em{
	margin-left: 30px;
	color:#ddd;
	margin-right: 5px;
}
/*------------view-news-----------------*/
.view-news{
	width:950px;
	margin:0 auto;
	margin-top:100px;
}
.view-about .word .title {
    text-align: center;
    padding-bottom:40px;
    margin: 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
}
.pub{
	text-align:right;
	margin:10px 0;
}
.ww01 span {
    font-size: 20px;
    color: #333;
    float: left;
    display: block;
    line-height:26px;
    margin-right: 10px;
    font-family: -webkit-pictograph;
}
.ww01 a {
    display: block;
    float: left;
    padding: 1px 10px;
    border: 1px solid #1a51bb;
    font-size: 15px;
    color: #1a51bb;
    letter-spacing: 3px;
	transition:all .3s;
}
.ww01 .d01{
	width: 200px;
    margin: 0 auto;
}
.ww01 a:hover{
	background:#1a51bb;
	color:#fff;
}
.word h3.title {
    font-size: 23px;
    margin: 40px 0;
    color: #333;
}
.word .article h3{
	text-align:center;
	margin:30px 0;
}
.word .article h3 span{
	display:inline-block;
	*display:inline;
	padding:5px 20px;
	border-radius:3px;
	color:#fff !important;
	background:#3164c7;
}
.fanye{
	padding:30px 0 70px 0;
	border-top:1px solid #eee;
	margin-top:40px;
}
.fanye p{
	text-align:left;
	width:45%;
}
.fanye p.r{
	text-align:right;
}
.fanye p span
,.fanye p a{
	display:inline-block;
	*display:inline;
	vertical-align:middle;
}
.fanye p span{
	width:20px;
	height:20px;
	font-size:14px;
	border:1px solid #3164c7;
	line-height:20px;
	text-align:center;
	margin-right:10px;
	color:#3164c7;
}
.fanye p:hover span{
	background:#3164c7;
	color:#fff;
}
.fanye p a {
    font-size: 15px;
    color: #333;
	line-height:22px;
}
.fanye p:hover a {
	color:#3164c7;
}
.related{
	padding:50px 0;
	border-top:10px solid #fafafa;
}
.related h2 {
    width: 950px;
    margin: 0 auto;
    font-size: 23px;
    font-weight: bold;
    color: #333e4e;
    margin-bottom: 10px;
}
.related h2 span {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: normal;
    margin-left: 5px;
}
.related h2 a {
    display: block;
    font-size: 12px;
    font-weight: normal;
    float: right;
    line-height: 20px;
    background: #333e4e;
    padding: 0px 7px;
    color: #fff;
    border-radius: 3px;
	transition:all .3s;
	margin-top:5px;
}
.related h2 a:hover {
	background:#1a51bb;
}
.related ul{
	width:950px;
	margin:0 auto;
	border-top: 1px solid #eee;
	padding-top:20px;
}
.related li a {
    display: block;
    font-size: 14px;
    color: #888;
    padding: 15px 10px;
    border-bottom: 1px dotted #eee;
}
.related li a h3{
	float:left;
	width:80%;
	padding-left:20px;
	position:relative;
	transition:all .3s;
}
.related li:hover a h3{
	transform:translate(6px);
	color:#333;
}
.related li a h3::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ffc000;
    left: 0;
    top: 10px;
}
.related li a span {
    float: right;
    display: block;
    padding-left: 20px;
    color: #aaa;
    font-size: 15px;
}
.related li a span em{
	color: #aaa;
	margin-right:5px;
}
/*-----------------list-news02------------------*/
.list-news02{
	float:left;
	width:60%;
	background:#fff;
	padding:80px 0;
	border-right: 1px solid #eee;
}
.list-news02 ul {
    float: right;
    padding-right: 10%;
    width: 67%;
}
.w960 .list-news02 ul{
	width:80%;
}
.list-news02 .pub {
    margin-right: 10%;
}
.list-news02 li a {
    display: block;
    padding: 30px 0;
    border-bottom: 1px dotted#eee;
}
.list-news02 li a div{
	float:left;
	width:65%;
	transition:all .3s;
}
.list-news02 li:hover a div{
	transform:translateX(8px);
	-ms-transform:translateX(8px);
	-moz-transform:translateX(8px);
	-webkit-transform:translateX(8px);
	-o-transform:translateX(8px);
}
.list-news02 li:hover a span{
	transform:translateX(-8px);
	-ms-transform:translateX(-8px);
	-moz-transform:translateX(-8px);
	-webkit-transform:translateX(-8px);
	-o-transform:translateX(-8px);
}
.list-news02 li a div p{
	margin-bottom:20px;
}
.list-news02 li a div p em {
    font-style: normal;
    font-size: 15px;
    color: #333;
}
.list-news02 li a div p em {
    font-style: normal;
    font-size: 16px;
    color: #ccc;
    display: block;
    float: left;
	line-height:1;
}
.list-news02 li a div p em i {
    -webkit-text-stroke-width: initial;
    color: #ccc;
	font-size:17px;
	margin-right:5px;
	display:inline-block;
	*display:inline;
	transform:translateY(-1px);
	-ms-transform:translateY(-1px);
	-moz-transform:translateY(-1px);
	-webkit-transform:translateY(-1px);
	-o-transform:translateY(-1px);
}
.list-news02 li a div p .e02 {
    margin-left: 20px;
    border-left: 1px solid #eee;
    padding-left: 20px;
}
.list-news02 li a h3 {
    font-size: 18px;
    color: #333;
}
.list-news02 li a span{
	display: block;
	float:right;
	width:200px;
	transition:all .3s;
}
.w960 .list-news02 li a span{
	width:180px;
}
.list-news02 li a span img{
	width:100%;
	height:auto;
}
.list-news02box .related {    
    width: 20%;
    float: left;
	padding: 80px 0;
	padding-left: 3%;
    border-top: none;
}
.w960 .list-news02box .related{
	width:30%;
}
.list-news02box .related h2
,.list-news02box .related ul{
	width:100%;
}
.list-news02box .related li a h3 {
    font-size: 15px;
}
.list-news02box .related li a{
	padding:15px 0;
}
.list-news02box .related li a {
    border-bottom: 1px dotted #ddd;
}
.list-news02box .page {
    width: 67%;
    margin-right: 10%;
    float: right;
}
.page {
    text-align: center;
	padding:50px 0;
}
.page a{
	border: 1px solid #1a51bb;
    color: #1a51bb;
	display:inline-block;
	*display:inline;
	float:none;
}
.page a.a, .page a:hover {
    background: #1a51bb;
    color: #fff;
}
/*-----------------------view-news02-----------------*/
.list-news02 .word{
	float: right;
    padding-right: 10%;
    width: 67%;
}
.w960 .list-news02 .word{
	width:80%;
}
.view-news02 .pub {
    margin-right: 0;
}
/*-------------list-team------------------*/
.list-team{
	margin:60px auto;
}
.list-team li {
    float: left;
    width: 48%;
    margin-right: 4%;
	margin-bottom:3%;
	transition:all .3s;
}
.list-team li:hover{
	box-shadow:0 5px 20px #dedede;
	transform:translateY(-5px);
	-ms-transform:translateY(-5px);
	-moz-transform:translateY(-5px);
	-webkit-transform:translateY(-5px);
	-o-transform:translateY(-5px);
}
.list-team li a {
    display: block;
    padding: 15px;
    background: #fff;
    border: 1px solid #eee;
}
.list-team li a span {
    display: block;
    float: left;
    width: 224px;
}
.list-team li a span img{
	width:100%;
	height:auto;
}
.list-team li a div {
    float: right;
    width: calc(100% - 260px)
}
.list-team li a div h3 {
    font-size: 20px;
    font-weight: bold;
    color: #1a51bb;
    margin: 19px 0;
}
.list-team li a div h3 em{
	font-style: normal;
    font-size: 15px;
}
.list-team li a div p {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
}
.list-team li a div ins {
    display: block;
    font-style: normal;
    font-size: 14px;
    color: #1a51bb;
    width: 75px;
    line-height: 25px;
    border: 1px solid #1a51bb;
    text-align: center;
    margin-top: 20px;
	transition:all .3s;
}
.list-team li:hover a div ins {
	background:#1a51bb;
	color:#fff;
}

/*-------------------view-team---------------------*/
.view-team{
	width:700px;
	margin:70px auto;
}
.teamnav{
	width:700px;
	margin:0 auto;
}
.view-team01{
	background:#fff;
	margin:0 auto;
	border:1px solid #eee;
	position:relative;
}
.view-team01 span.pic02 {
    display: block;
    width: 100%;
    height: 250px;
    top: 0;
    left: 0;
    overflow: hidden;
    position: absolute; 
	background:url(/template/index/public/54/54-0035/images/teambg09.jpg) no-repeat center center;
	background-size:auto 100%;
}
.view-team01 span.pic01 {
    padding: 10px;
    display: block;
    width: 300px;
    border: 1px solid rgba(238, 238, 238, 0.2);
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    top: 85px;
    background: rgba(255, 255, 255, 0.1);
}
.view-team01 span.pic01 img{
	width:100%;
	height:auto;
	border-radius:50%;
}
.view-team01 .sum01 {
	padding:60px;
}
.view-team01 .sum01 .title {
    font-size: 30px;
    font-weight: bold;
    color: #1a51bb;
    text-align: center;
    margin-top: 50px;
}
.view-team01 .sum01 .title em {
    font-style: normal;
    font-size: 16px;
    display: block;
}
.view-team01 .default-article-content p{
	line-height:1.8;
}
.view-team01 .fanye{
	padding-bottom:0;
}
/*--------------list-media----------------------*/

.list-media{
	margin-top:30px;
	margin-bottom:50px;
}
.list-media li{
	float:left;
	width:48.5%;
	margin-right:3%;
	margin-bottom:3%;
	transition:all .3s;
}
.list-media li:hover{
	box-shadow:0 0 10px #ddd;
}
.list-media li a{
	display: block;
	padding:15px;
	border:1px solid #fff;
	background:#fff;
}
.list-media li a span{
	display: block;
	float:left;
	width:200px;
}
.list-media li a img{
	width:100%;
	height:auto;
}
.list-media li a div.d01{
	float:right;
	width:calc(100% - 230px);
}
.list-media li a div h3 {
    font-size: 16px;
    margin: 20px 0;
	transition:all .3s;
	margin-bottom:30px;
}
.list-media li a div p{
	font-size:14px;
	color:#999;
}
.list-media li:hover a div h3 {
	color:#1a51bb;
}
.list-media li a div.d02{
	margin-top:30px;
}
.list-media li a div.d02 .e01 {
    padding: 3px 10px;
    display: block;
    font-style: normal;
    border: 2px solid #eee;
    width: 70px;
    text-align: center;
    border-radius: 20px;
    color: #ddd;
	transition:all .3s;
	font-weight:bold;
}
.list-media li a div.d02 .e01:hover{
	background:#eee;
	color:#333;
}
.list-media li a div.d02 ins {
    display: block;
    float: right;
    color: #ddd;
}
.list-media li a div.d02 ins em {
    margin-left: 15px;
    color: #ddd;
    margin-right: 3px;
}
.float-r{
	position:fixed;
	bottom:38px;
	right:0;
	z-index:3;
}
.float-r li{
	background:#404040;
	transition:all .3s;
}
.float-r li:hover{
	background:#333;
}
.float-r li a {
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    border-bottom: 1px solid #494949;
    text-align: center;
    line-height: 40px;
    -webkit-text-stroke-width: inherit;
}
.float-r li.top01 a{
	background:#1a51bb;
	text-align:center;
	line-height:40px;
	color:#fff;
	border:none;
}
.erweima {
	width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: #CCC;
    z-index: 102;
    display: none;
	background:url(/template/index/default/images/bg02.png);
}
.erweima-1{
    width: 300px;
    background: #fff;
    z-index: 102;
    height: 300px;
    left: 50%;
    top: 50%;
    margin-top: -150px;
    margin-left: -150px;
    position: absolute;
}
.erweima-1 img{
	width:100%;
	height:auto;
}
.f-close{
	display: block;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    position: absolute;
    background: transparent url(/template/index/public/54/54-0035/images/fancybox.png) -40px 0px;
    cursor: pointer;
}
/*--------------------list-join-----------------------*/
.applyjoin {
    width: 600px;
    margin:50px auto;
    padding: 70px 100px;
    background: #fff;
}
.applyjoin01{
	position:relative;
	margin-bottom:30px;
}
.applyjoin01 h3{
	position: absolute;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    width: 100%;
    top: 37%;
}
.applyjoin01 img{
	width:100%;
	height:auto;
}
.applyjoin .layui-btn {
    padding: 0;
    background-color: #1a51bb;
    width: 100%;
    margin: 0 auto;
    display: block;
}


@media screen and (max-width:1440px){ 
	.wp{
		width: 1200px;
	}
	.signin span{
		font-size: 13px;
	}
	.signin p {
	    padding-left: 28px;
	    font-size: 13px;
	}
	.apply01,.part01-l .ad01{
		width: 205px;
	}
	.service li h3{
		font-size: 14px;
	}
	.media-l li div h3{
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.foot01 .ftcon p{
		font-size: 12px;
	}
}


@media screen and (max-width:1024px){ 
	.module-index-index .bodybox{
		background:#f5f5f5 url(/template/index/public/54/54-0035/images/bodybg01.jpg) no-repeat center top;
	}
	.mbhead {
		position: fixed;
		z-index: 3;
		width: 100%;
		top: 0;
		left: 0;
		background: #2c5ebf;
	}
	.module-index-home-column .mbhead{
		position:relative;
	}
	.mblogo a {
		display: block;
		line-height:60px;
	}
	.mblogo a img{
		max-height:60px;
		width:auto;
	}
	.mbhead-r .mbs01 {
		display: block;
		line-height: 60px;
		border-right: 1px solid #eee;
		width: 60px;
		border-left: 1px solid #eee;
		cursor:pointer;
	}
	.mbopen {
		margin: 10px 5px 0 0;
	}
	.mbopen span {
		width: 40px;
		height: 40px;
		font-size:20px;
		display:block;
		line-height:40px;
		text-align:center;
		color: #fff;
	}
	.mbopen .mbclose{
		display: none;
		font-size: 17px !important;
	}
	.mbsousuo {
		width: auto;
		padding: 10px;
		padding-top: 70px;
		border-radius: 30px;
	}
	.mbsousuo a {
		display: block;
		background: #fff;
		border-radius: 16px;
		padding-left: 20px;
		font-size: 12px;
		color: #888;
		line-height: 32px;
	}
	.signin p{
		line-height:30px;
	}
	.mbsousuo form {
		text-align: center;
		border-radius: 30px;
		overflow: hidden;
	}
	.mbsousuo form .keyword {
		border: 1px solid #fff;
		width: calc(100% - 70px);
		line-height: 30px;
		height: 30px;
		padding-left: 10px;
		font-size: 14px;
		display: inline-block;
		vertical-align: middle;
		border-radius: 14px 0 0 14px;
	}
	.mbsousuo .submit {
		width: 58px;
		height: 32px;
		float:right;
		border: 1px solid #1a51bb;
		vertical-align: middle;
		background: #1a51bb url(/template/index/public/54/54-0035/images/sousuo.png) no-repeat center center;
		background-size: 20px;
		margin-right: -1px;
		border-radius:0 14px 14px 0 ; 
	}
	.mbmenu {
		position: fixed;
		width: 100%;
		height: calc(100% - 60px);
		background: #fff;
		z-index: 2;
		bottom: 0;
		left: 100%;
		overflow-y: scroll;
	}
	.mbmenu ul.nav-ul-1 {
		width: 80%;
		position: absolute;
		top: 30px;
		left: 10%;
	}
	.default-mobile-nav-menu li ul {
		background-color: #fafafa;
	}
	.mbtit01{
		margin-bottom:10px;
	}
	.mbtit01 h2 {
		line-height: 1;
		padding-bottom: 10px;
		color: #1a61c9;
		position:relative;
	}
	.mbtit01 h2::after {
		position: absolute;
		content: "";
		height: 4px;
		width: 72px;
		background: #ffd13e;
		bottom:12px;
		left: 4px;
	}
	.mbtit01 h2 span {
		font-size: 18px;
		font-weight: bold;
		margin-left: 4px;
		position:relative;
		z-index:1;
	}
	.mbtit01 a.r {
		display: block;
		width: 20px;
		height: 20px;
		border: 1px solid #1a61c9;
		border-radius: 50%;
		line-height: 20px;
		text-align: center;
		margin-right: 5px;
		color: #1a61c9;
		margin-top: 3px;
	}
	.mbmenu li a {
		color: #333;
		border: none;
		font-size: 18px;
		font-weight: bold;
		border-bottom:1px dotted #eee;
	}
	.mbmenu li li a{
		padding-left:28px;
	}
	.banner .dots {
		bottom: 10px;
	}
	.login {
		margin-top: 18px;
		margin-right: 10px;
	}
	.login a{
		font-size:14px;
		color: #fff;
	}
	.login a.layui-btn-sm {
		height: 22px;
		line-height: 22px;
		padding: 0 6px;
		font-size: 12px;
	}
	.login .layui-btn-danger {
		background-color: #fff;
		color: #333;
	}
	.tdy-potrtal-view-content02 .d01 .title01 h3{
		min-width: 150px;
	}
	.mbsign {
		width: 90px; 
		border: 1px solid #1a51bb;
		text-align: center;
		padding-right: 10px;
		margin: 10px 10px 0 0;
	}
	.signin {
		margin-right:0;
	}
	.tit01 h2 {
		font-size: 20px;
		margin: 10px;
		line-height: 1;
		border-left: 3px solid #1a51bb;
		padding: 0;
		padding-left: 6px;
	}
	.mbnotice {
		border-radius: 10px;
		margin: 20px 10px;
		padding: 10px;
		background: #fff;
	}
	.mbnotice01 li a {
		display: block;
	}
	.mbnotice01 li a img {
		width: 100%;
		height: auto;
		border-radius:10px;
	}
	.mbnotice01 li a span{
		display: block;
	}
	.mbnotice01 li a div h3 {
		font-size: 12px;
		color:#666;
	}
	.mbnotice01 li a div p {
		display: inline-block;
		background: #20d2b2;
		border-radius: 10px 0 10px 0;
		font-size: 12px;
		padding: 2px 10px;
		transform: translateY(-10px);
		margin-left: 10px;
		color: #fff;
	}
	.mbnotice01 li:nth-child(2n) a div p {
		background:#ffd03c;
	}
	.mbabout{
		padding:30px 20px;
		margin:10px;
		margin-top:20px;
		background:#fff;
		border-radius:10px;
		position:relative;
	}
	.mbabout h2 {
		font-size: 16px;
		font-weight: bold;
		color: #1a61c9;
		text-align: center;
	}
	.mbabout h2 span {
		font-size: 12px;
		display: block;
		color: #f7bf0e;
		font-weight: normal;
	}
	.mbabout p{
		font-size:12px;
		margin-top:15px;
	}
	.mbabout a.mbmore09 {
		display: block;
		width: 40px;
		font-size: 20px;
		text-align: center;
		color: #fff;
		background: #ffd03c;
		height: 40px;
		border-radius: 50%;
		left: 50%;
		margin-left: -20px;
		bottom: -20px;
		position: absolute;
		z-index: 1;
		line-height: 40px;
	}
	.mbabout a em {
		font-size: 12px;
		color:#fff;
		transform:translateY(-1px);
	}
	.mbservice {
		background: #fff;
		margin: 10px;
		margin-top: 25px;
		border-radius: 10px;
		overflow:hidden;
	}
	.mbservice h2 {
		font-size: 20px;
		width: 100%;
		padding: 20px 0;
		font-weight: bold;
		border: none;
		text-align: center;
		color: #fff;
		background-image: linear-gradient(135deg,#225ac7 0,#4f0ad8 100%);
	}
	.mbservice ul{
		padding:20px 10px;
	}
	.mbservice li {
		width: 25%;
		float: left;
		margin: 2.5% 0;
	}
	.mbservice li a{
		display: block;
	}
	.mbservice li span {
		display: block;
		width:70%;
		margin: 0 auto;
		background: rgba(255, 255, 255, 0.27);
		text-align: center;
		padding: 2px;
		min-width:50px;
	}
	.mbservice li span img{
		width:100%;
		height:auto;
		border-radius:10px;	
	}
	.mbservice li h3 {
		font-size: 13px;
		margin-top: 5px;
		width: calc(100% - 47px);
		float: right;
		line-height: 1.3;
	}
	.service01 {
		float: none; 
		width: 100%; 
	}
	.team01 a span em, .team02 li a span em{
		display:none;
	}
	.mbnews-l {
		margin: 20px 10px 10px 10px;
		padding: 15px 10px 0 10px ;
		background: #fff;
		border-radius: 10px;
	}
.mbnews-l li {
    border-bottom: 1px dotted #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
	.mbnews-l li a span {
		display: block;
		float: left;
		width: 120px; 
	}
	.mbnews-l li a span img{
		width:100%;
		height:auto;
		border-radius:10px;
	}
	.mbnews-l li a div {
		width: calc(100% - 135px);
		float: right;
		padding: 0;
	}
	.mbnews-l li div h3 {
		margin-top: 0;
		font-size:14px;
		height:44px;
		overflow:hidden;
		border-bottom:none;
	}
	.mbnews-l li div p {
		display:none;
	}
	.mbnews-l li div ins {
		margin-top: 5px;
		padding-top: 5px;
		font-size: 14px;
		color: #aaa;
	}
	.mbnews-l li div ins i{
		margin-right:5px;
	}
	.news-r {
		width: auto;
		margin: 20px 10px 0 10px;
		background: #fff;
		padding: 15px 10px;
		border-radius: 10px;
	}
	.news-r ul {
		padding: 0;
		background: none;
		border: none;
	}
	.news-r li span {
		float: left;
		width: 120px;
	}
	
	.news-r li span img
	,.media-l li img{
		border-radius:10px;
	}
	.news-r li.n01 div {
		padding: 0;
		float: right;
		width: calc(100% - 135px);
	}
	.news-r li.n01 h3 {
		font-size: 14px;
		padding-left: 0;
	}
	.news-r li.n01 a div h3::after{
		display:none;
	}
	.news-r li.n01 a ins {
		font-size: 14px;
		color: #999;
		display: block;
		margin: 5px 0;
	}
	.medianews{
		margin: 20px 10px 0 10px;
		background: #fff;
		border-radius: 10px;
		padding:15px 10px 0 10px;
	}
	.media-l {
		width: 100%;
		padding: 0;
	}
	.media-l li {
		width: 100%;
		margin-right: 0;
		margin-bottom:13px;
	}
	.media-l li span {
		width: 120px;
	}
	.media-l li div {
		width: calc(100% - 135px);
	}
	.media-l li div em {
		margin-top: 0;
	}
	.media-l li div h3 {
		font-size: 14px;
		margin: 5px 0 0 0;
		height: auto;
	}
	.media-l .tit03 a {
		padding-right: 0;
	}
	.media-r {
		width: auto;
		padding: 15px 10px 10px 10px;
		border-left: none;
		background: #fff;
		margin: 20px 10px 20px 10px;
		border-radius: 10px;
	}
	.media-r ul {
		padding:0;
	}
	.media-r li span {
		width: 120px;
	}
	.media-r li div{
		width: calc(100% - 137px);
	}
	.media-r li div p {
		border: none;
		text-align: left;
	}
	.media-r li a {
		border-bottom: 1px dotted #dedede;
	}
	.teambox {
		padding: 30px 0;
	}
	.team {
		margin-top: 20px !important;
		padding: 0 10px;
	}
	.team01 {
		padding: 3%;
		background: #fff;
		width: 94%;
	}
	.team01 a {
		padding: 10px;
		display:block;
	}
	.team02 {
		width: 100%;
		margin-top:30px;
	}
	.team01 a span{
		width:120px;
		float:left;
	}
	.team01 a div.d01{
		float:right;
		width:calc(100% - 145px);
		text-align: left;
	}
	.team01 a span::after{
		width:140px;
		height:140px;
	}
	.team01 a h3{
		margin:0;
	}
	.team01 a div p {
		font-size: 13px;
		line-height: 1.5;
		margin-top: 5px;
	}
	.team02 li{
		border-bottom:none;
	}
	.team02 li a span{
		width:100%;
	}
	.team02 li a div h3{
		font-size:12px;
		letter-spacing:0;
	}
	.team02 li a h3 em{
		font-size:10px;
	}
	.team02 .dots01{
		display:none;
	}
	.partner li {
		width: 25%;
		margin: 0;
		display: inline-block;
	}
	.partner {
		padding: 30px 0;
	}
	.partner h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.partner h2 span {
		font-size: 12px;
	}
	.footer{
		padding-top:0;
		padding-bottom:55px;
		background: #2755af;
	}
	.footer .mbfoot01{
		padding:20px 10px;
		background:#2c5ebf;
	}
	.foot01 .ftlogo img {
		max-width: 90%;
	}
	.foot01 {
		width: 100%;
	}
	.focus {
		width: 25%;
		margin-top: 20px;
	}
	.foot01 .ftlogo {
		margin-bottom: 20px;
	}
	.foot01 .ftcon p {
		font-size: 12px;
		padding-left: 20px;
		line-height:20px;
		color:#82a6ec;
		background: url(/template/index/public/54/54-0035/images/mbtel.png) no-repeat left 2px;
		background-size: 13px;
	}
	.foot01 .ftcon p a{
		color:#82a6ec;
	}
	.foot01 .ftcon p.p02 {
		background: url(/template/index/public/54/54-0035/images/mbaddr.png) no-repeat left 2px;
		background-size: 13px;
	}
	.foot01 .ftcon p span {
		margin-left: 36px;
	}
	.focus p {
		text-align: center;
		font-size: 12px;
	}
	.default-copyright {
		width: 90%;
		color: #818791;
		font-size: 12px;
		text-align: center;
		margin: 0 auto;
		line-height:1.5;
	}
	.default-copyright a {
		font-size: 12px;
		color:#fff;
	}
	.copy {
		padding: 0;
		margin-top: 0;
		border: none;
		padding-top:20px;
	}
	.default-copyright span {
		white-space: normal;
		display:initial;
		color:#fff;
	}
	.list-nav h3 {
		padding-left: 0;
	}
	.list-nav li a {
		padding: 5px 0;
		font-size: 15px;
		margin:0;
		margin-right: 15px;
	}
	.list-news {
		margin-top: 30px;
	}
	.list-news li {
		width: 100%;
		margin-right: 0;
		margin-top: 0;
	}
	.list-news li a .d01 {
		padding: 25px;
	}
	.list-news li a .d01 .d02 em.e01 {
		width: 100px;
		height: 35px;
		line-height: 35px;
		font-size: 12px;
	}
	.list-news li a .d02 ins {
		margin-top: 7px;
		font-size:14px;
	}
	.list-news li a .d02 ins em {
		margin-left: 20px;
	}
	.page {
		padding-top: 30px;
		margin-bottom: 30px;
	}
	.view-news {
		width: 100%;
		margin-top: 100px;
	}
	.ww01 span {
		font-size: 18px;
	}
	.list-nav {
		margin-top: 60px;
	}
	.fanye {
		padding: 30px 0;
		margin-top: 30px;
	}
	.fanye p {
		margin-bottom: 5px;
		width:100%;
	}
	.fanye p.r {
		text-align: left;
		float: left !important;
	}
	.fanye p a {
		font-size: 14px;
		color: #999;
	}
	.related {
		padding: 30px 0;
	}
	.related ul {
		width: 100%;
	}
	.related li a h3 {
		padding-left:15px;
		font-size: 15px;
		width: calc(100% - 20px);
	}
	.related li a span{
		display:none;
	}
	.related h2 {
		width: 94%;
		padding: 0 3%;
		font-size: 20px;
	}
	.list-news02 {
		width: 100%;
		padding: 30px 0;
		border:none;
	}
	.list-news02 ul {
		float: none;
		padding-right: 0;
		width: 80%;
		margin: 0 auto;
	}
	.list-news02 li a div
	,.list-news02 li a span {
		width: 100%;
	}
	.list-news02 li a span {
		margin-top:20px;
	}
	.list-news02box .related {
		width: 92%;
		float: left;
		padding: 4%;
		border-top: none;
	}
	.list-news02box .related li h3{
		font-size:14px;
	}
	.related li a h3::after {
		top: 8px;
	}
	.list-news02box .related li a{
		padding:10px 0;
	}
	.list-news02box .related h2, .list-news02box .related ul {
		width: auto;
		padding: 0 3%;
	}
	.view-about{
		padding:0 10px;
		width:auto;
		margin-top:30px;
	}
	.list-team{
		margin:30px auto;
	}	
	.list-team li {
		width: 100%;
		margin-right: 0;
	}
	.list-team li a span {
		width: 150px;
	}
	.list-team li a div {
		width: calc(100% - 165px);
	}
	.list-team li a div h3 {
		margin: 10px 0;
		margin-top:5px;
	}
	.list-team li a div p {
		font-size: 12px;
		line-height: 1.5;
	}
	.list-team li a div ins {
		font-size: 12px;
		width: 50px;
		line-height: 20px;
		margin-top: 10px;
	}
	.teamnav {
		width: 94%;
		margin: 0 3%;
	}
	.view-team {
		width: 100%;
		margin:0;
	}
	.view-team01 span.pic01{
		width:200px;
		top:60px;
	}
	.view-team01 span.pic02 {
		height: 170px;
	}
	.view-team01 .sum01 {
		padding: 40px 20px;
	}
	.view-team01 .sum01 .title {
		font-size: 25px;
		margin-top: 30px;
	}
	.list-media li {
		width: 100%;
		margin-right: 0;
	}
	.list-media li a div.d02 .e01{
		width:100px;
	}
	.list-media li a div.d02 ins {
		margin-top: 3px;
	}
	.list-news02 .word{
		width:90%;
		padding-right:5%;
	}
	.list-media li a{
		padding:10px;
	}
	.list-media li a span{
		width:120px;
	}
	.list-media li a div.d01 {
		width: calc(100% - 130px);
	}
	.list-media li a div h3 {
		margin: 5px 0 15px 0;
		font-size:15px;
	}
	.list-media li a div p{
		display:none;
	}
	.notice01 li a div p em.r{
		font-size:0;
		width:50px;
	}
	.list-media li a div.d02{
		margin-top:10px;
	}
	.list-media li a div.d02 .e01 {
		display:none;
	}
	.list-media li a div.d02 ins em {
		margin-left: 0px;
		font-size: 14px;
	}
	.list-media li a div.d02 ins {
		font-size: 12px;
		float:left;
	}
	.mbcon{
		position:fixed;
		bottom:15px;
		width: 70%;
		margin: 0 15%;
		background-color: rgba(0, 0, 0, 0.4);
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
		text-align:center;
		border-radius:20px;
		z-index:11;
	}
	.mbcon a{
		display:inline-block;
		width:23%;
		line-height:35px;
		height:35px;
		text-align:center;
		color:#fff;
		font-weight:normal;
		box-sizing:border-box;
		border-right: 1px solid rgba(255, 255, 255, 0.13);
		font-size: 20px;
		-webkit-text-stroke-width: initial;
	}
	.mbcon a.c03{
		border:none;
	}
	.mbcon a.c04{
		font-size:17px;
	}
	.list-page{
		margin-top:60px;
	}
	.applyjoin {
		width: 100%;
		margin: 20px auto;
		padding: 0;
		background: #fff;
	}
	.applyjoin01 {
		margin-bottom: 7px;
	}
	.applyjoin form {
		padding: 10px;
	}
	.layui-form-item .layui-form-label
	,.layui-form-pane .layui-input {
		font-size: 14px;
	}
	.focus{
		display:none;
	}
	.noticebox {
		position: initial;
		width: auto;
		background: #fff;
		margin: 0 10px;
		margin-top: 20px;
		padding: 5px;
		border-radius: 10px;
	}
	.noticebox h3 {
		padding: 10px;
		font-size: 18px;
		background: none;
		color: #1a51bb;
		letter-spacing: 0;
		position:relative;
	}
	.noticebox h3::after{
		position:absolute;
		content:"";
		height:4px;
		width:36px;
		background:#ffd03c;
		bottom:15px;
	}
	.noticebox h3 span{
		display:block;
		position:relative;
		z-index:1;
		color:#1a61c9;
	}
	.noticebox .notice09 {
		width: calc(100% - 120px);
		padding: 0 5px;
		float: left;
		height: 44px;
		line-height: 44px;
		margin-top:2px;
	}
	.noticebox .notice09 li a{
		font-size:14px;
		width:100%;
	}
	.noticebox .notice09 .prev, .noticebox .notice09 .next{
		display:none;
	}
	.mbstyle {
		margin: 20px 10px;
		padding: 10px;
		background: #fff;
		border-radius: 10px;
		margin-top: -50px;
		position: relative;
		z-index:1; 
	}
	.mbstyle li {
		float: left;
		width: 25%;
	}
	.mbstyle li span {
		display: block;
		width: 50px;
		height: 50px;
		background: #ffd13e;
		border-radius: 50%;
		line-height: 50px;
		text-align: center;
		margin:0 auto;
	}
	.mbstyle li:nth-child(2) span{
		background:#62a7f4;
	}
	.mbstyle li:nth-child(3) span{
		background:#22d1b4;
	}
	.mbstyle li:nth-child(4) span{
		background:#fc7561;
	}
	.mbstyle li a{
		display:block;
		text-align:center;
	}
	.mbstyle li a img{
		width:33px;
		height:auto;
	}
	.mbstyle li a h3 {
		font-size: 13px; 
		margin-top: 7px;
		color: #333;
		font-weight: normal;
	}
	.toappbnt{
		z-index:10;
	}
	.noticebox .more02 {
		height: 20px;
		line-height: 20px;
		border-radius: 50%;
		background: none;
		border: 1px solid #1a56c3;
		color: #1a56c3;
		width: 20px;
		margin: 12px;
	}
	.media-r li div h3{
		font-size:14px;
	}
	.pub{
		display:none;
	}
	.default-mobile-box, .box {
		padding: 10px 15px !important;
		border: solid #eee 1px;
		margin: 10px;
		font-size: 14px;
		margin-top:70px;
	}
	.default-mobile-list-cats nav ul li {
		border-top: 1px solid #eee;
		padding: 5px 0;
	}
	.default-mobile-list-cats h3 {
		color: #2c5ebf;
	}
	.default-mobile-list-cats nav ul li a {
		font-size: 15px;
		color: #999;
	}
	.word h3.title {
		margin: 15px 0;
		font-size:20px;
	}
	.list-news li a .d01 h3 {
		font-size: 16px;
		white-space: inherit;
	}
	.list-news li a .d01 p {
		font-size: 14px;
	}
	.list-news li a .d02 {
		margin-top: 30px;
	}
	.team02 .morethan02{
		border: 1px solid #fff;
		color:#fff;
	}
	.morethan02 {
		width: 100px;
		margin-top: 25px;
		border: 1px solid #2c5ebf;
		line-height: 28px;
		font-size: 12px;
		color:#2c5ebf;
		border-radius:20px;
	}
	.noticebox h3 a,.mbtit01 h2 a
	,.partner h2 a{
		color: #1a51bb;
	}
	.mbservice h2 a
	,.tit04 h2 a{
		color:#fff;
	}
	.tdy-potrtal-list{
		padding-top: 60px;
	}
	.tdy-portal-view-nav-body li div{
		background: none !important;
		right: 0 !important;
	}

}

@media screen and (max-width:768px){ 
}
@media screen and (max-width:480px){   
}
@media screen and (max-width:320px){   
	.mblogo a img {
		max-width: 200px;
	}
}

